Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

Content: Games: Snake
Functional Description

The classic game of Snake. Eat the mice, and avoid crashing into walls or the snake's tail!

Features

The user can start a new game when the application is opened and the game can be restarted once the game is over

The user is able to:

Start a new game when the snake game is opened
Restart the game when the game is finished

User is able to play a game of snake where the objective is to eat mice without running into walls

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