Skip to content

Game made in C using OpenGL API with GLU/GLUT libs

Notifications You must be signed in to change notification settings

mladjan-gadzic/spinout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spinout

Author

Mladjan Gadzic

Description

Collect as many coins as possible while avoiding crash.
Speed is not on your side.

Dependencies

Built using OpenGL API with GLU/GLUT Libs.

freeglut-dev3

Installation and running the program

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.

Controls

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

Upcoming features

  • Invulerability
  • Ammo boxes
  • Highscore leaderboard

About

Game made in C using OpenGL API with GLU/GLUT libs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published