Mladjan Gadzic
Collect as many coins as possible while avoiding crash.
Speed is not on your side.
Built using OpenGL API with GLU/GLUT Libs.
freeglut-dev3
Install dependencies.
Download the repository and run:
$ make
$ ./spinout.out [gameDifficulty] [playerName]
gameDifficulty: [emhi] (easy, medium, hard, insane). If gameDifficulty is ommited, the game is set to default (easy) mode.
playerName: Player's choice. If playerName is ommited, player is given default ('Unnamed') name.
If there are more then 3 arguments of command line, they are ignored and default values are set. Only 2 or 3 command line arguments are accepted.
Key | Description |
---|---|
ENTER | start the game |
'p' or 'P' | pause the game |
ESC | exit the game |
'a' or 'A' | move player car to the left |
'd' or 'D' | move player car to the right |
- Invulerability
- Ammo boxes
- Highscore leaderboard