html5-snake
html5-snake copied to clipboard
HTML5 variation of the classic snake game
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
Added proper documentation (comments) to the game.js file - Pull Request.
Tested with code to randomly assign a different color to the food when loop is triggered
this was shown in a course i'm taking as an example, noticed a bug where if two inputs were done on the same frame it would take the latest and...