

wrap snake position vertically on edge of screen slow game loop to 15 fps instead of 60 (60/15 = 4) get random whole numbers in a specific range keep track of all grids the snake body occupies moves one grid length every frame in either the x or y direction Avoid other snakes to avoid becoming snake food, or take other players down by forcing them to crash into your side. the canvas width & height, snake x & y, and the apple x & y, all need to be a multiples of the grid size in order for collision detection to work You must grow your snake by consuming multi-colored orbs in a giant multiplayer arena.

When you become a Patron, you get access to behind the scenes development logs, the ability to vote on which games I work on next, and early access to the next Basic HTML Game. Other Basic Gamesīasic HTML Games are made possible by users like you. Giving attribution is not required, but appreciated. There's no need to ask permission before using these.
#Snake vs block keyboard code
(CC0 1.0 Universal) You're free to use this game and code in any project, personal or commercial. This series is meant to give a basic outline of the game but nothing more. Important note: I will answer questions about the code but will not add more features or answer questions about adding more features. Improve it so it only spawns in empty grid locations

