Home - ZeeHatcher/SnakeGame GitHub Wiki
Welcome to the SnakeGame wiki!
Game Overview
SnakeGame is a console-based game where the player controls a snake that moves in four directions across the screen. The goal is to eat food that is spawned at random locations on the screen in order to get longer, while trying to avoid crashing into its own body. The game ends when the snake bumps into its body, and the final score is the number of food eaten.
Game Screens And Flow
Game Flow
Main Menu
Gameplay
Gameplay
SnakeGame is where a player maneuvers a line to get food scattered around within the field to get scores and its length will increase as time passes by. The game will go as long as the line does not touch itself. As the line moves forward, it leaves a trail behind, resembling a moving snake. From the instructions shown in the figure below, players are able to control the line using arrow keys. When the line touches the end of the screen, it will emerge from the start of the screen again. To quit the game, the user is required to press the escape key.
Instructions