Snake Video Game
- Joel Loh Rui Jie
- May 27, 2021
- 1 min read
Updated: May 30, 2021
If you haven't played this game before, you must have missed a big part of the Nokia era!Your goal is to eat as many food blocks (in the form of red blocks on the screen) as possible while staying alive!Some rules for the game:
1. You cannot move the snake in the opposite direction eg. if the snake is moving to the right, you cannot move it to the left (and vice versa) and if the snake is moving up, you cannot control it to move downwards (and vice versa).
2. The snake will get longer each time you eat a food block. It's GAME OVER if your snake collides into any part of its body, or if it collides into one of the four walls on the screen.
3. Have fun!Controls:
'W' for moving up
'S' for moving down
'A' for moving left
'D' for moving rightLink is at the bottom of the picture





Comments