JavaScript-Snake icon indicating copy to clipboard operation
JavaScript-Snake copied to clipboard

The game of Snake written in JavaScript.

Results 25 JavaScript-Snake issues
Sort by recently updated
recently updated
newest added

Noticed that the `alert` notifying the player that they beat their high score does not run anymore, and seems like it's due to `jsSnakeHighScore` being set whenever the snake eats...

If you do down + right (or any combination really) multiple times, you can see that snake will still be doing those movements even after you've finished typing. I'm assuming...

Hello!) I just created snake-game server. If you are not busy, how about create a client for snake game multiplayer. It will be funny!)) https://github.com/ivan1993spb/snake-server

When Snake starts on a tile initially, it prevents game from working. You cannot get the tile even if you move away and then move back.

The event listeners are already setup in the 'me' class. The getMode sets these listeners to the corresponding buttons. That's all fine. When the rest of the event listeners are...

Why not creating a GitHub page with the game itself? If no one does it I'll make a pull request in next few days :)