๐ฎ๐๐Web-based JavaScript implementation of the popular game - Snake.
- Check out the App Library
- The game Snake involves a player controlling a constantly moving snake in an attempt to help the snake eat as many apples as possible, without biting its tail or hitting the wall.
- The game is played on a 20x20 board (15x15 for the React implementation in my App Library).
- The snake's length increases each time it eats an apple.
- Once an apple has been eaten a new one spawns at a random location.
- To control the snake use the arrow keys to change its direction. Enjoy the game!
- โฌ ๏ธโฌ๏ธโก๏ธ
- Do not hit the wall
- Do not bite your tail