Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The classic game of Snake. Eat the mice, and avoid crashing into walls or the snake's tail!
The user is able to:
Start a new game when the snake game is opened
Restart the game when the game is finished
The objective of the snake game is as follows:
The snake moves around the screen under the control of the player
The snake is always moving with the exception of when the game is paused (by using the select key or opening the options menu)
Mice appear on the screen which the snake can 'eat' when the player causes the snake to pass over them
Each time the snake eats a mouse it becomes longer
The game is over when the snake runs into a wall or its own body
The score is calculated from how many mice the snake has eaten
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |