-
-
Overview of Original Game
🔹 The player must keep the snake from colliding with both other obstacles and itself, which gets more challenging as
the snake lengthens. It is viewed from a top-down perspective, the player controls a "snake" with a fixed starting
position and which continually moves forward, growing longer. It must be steered left, right, up, and down to avoid
hitting walls and the body of either snake. The snake is of a certain length, so the tail also moves, and with every
item "eaten" by the head of the snake gets longer.
Game Mechanics in this Game
🔹Core gameplay mechanics of the original game include moving the snake left, right, up, and down with
collision detection with itself and the wall.