← Back to context

Comment by freditup

14 years ago

Cool game but quite buggy. Sometimes a snake went through me, another time the opponent rammed into me and it was a draw. If we can have 3D shooters online without these problems, I would think a snake game would be possible too ;D

Anyway though, I do think it's well done, and open source too, so no real complaints.

Thanks :) I think the issue is that some people are playing with browsers that don't support web sockets, so even if you support them, their connection affects the synchronization between you two. I should probably start doing some feature detection for websockets

  • Sounds like a good idea. It's weird how JS is a step back in time compared to Flash, yet is so rapidly modernizing.

    One other little problem I noticed (on FF13) is that if I accidentally held the down or up keys for too long, my browser would scroll down the page.