Classic Snake Game accessible for Desktop & Mobile play.
Languages:
- HTML
- React JS
- Javascript
- CSS
Play the Game: https://kylestech95.github.io/snake-game/
Source Code: https://github.com/KylesTech95/snake-game
Clone Ref: https://github.com/KylesTech95/snake-game.git
Play the Game: https://kylestech95.github.io/snake-game/
Source Code: https://github.com/KylesTech95/snake-game
Clone Ref: https://github.com/KylesTech95/snake-game.git
Play the Game: https://kylestech95.github.io/snake-game/
Source Code: https://github.com/KylesTech95/snake-game
Clone Ref: https://github.com/KylesTech95/snake-game.git
Features
- Never-ending Fun
- Score Tracking
- Automatic-Type Animation (Desktop view)
- Game over screen with the option to restart
- Keyboard/Touch Controls on Desktop & Mobile
What makes this version of Snake unique?
As snake, you are given the chance to move through your body (provided by an empty space) without collapsing.
Snake Controls
- Use the arrow keys or W,A,S,D keys on your keyboard to update the snake's position :
β (Up) or W - Move Up
β (Down) or S - Move Down
β (Left) or A - Move Left
β (Right) or D - Move Right
Top comments (1)
Any input/forking is appreciated! I release my code for educational & collaborative use.