Skip to content

This is a simple car game which was created using C++ with the OpenGL library. Basically this game has a starting and ending point in between there are obstacles that should be dodge by the player. The game starts with a maximum score of 50 and for every collision with an obstacle, 10 points will be deducted by the score.

Notifications You must be signed in to change notification settings

MuhammedFahd/2D-Car-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

2D-Car-Game

This is a simple car game which was created using C++ with the OpenGL library. Basically this game has a starting and ending point in between there are obstacles that should be dodge by the player. The game starts with a maximum score of 50 and for every collision with an obstacle, 10 points will be deducted by the score. So if the score goes to zero the game ends. The game is developed using very simple programming methodologies with the usage of data structures.

Instructions to play the game

  • Use WASD keys to move the car.
  • Player has to reach the ending point which is a green color line to win the game.
  • Maximum score is 50.

How to run the game

  • Go to the directory=>x64\Debug
  • Then run 3DExample1.exe

About

This is a simple car game which was created using C++ with the OpenGL library. Basically this game has a starting and ending point in between there are obstacles that should be dodge by the player. The game starts with a maximum score of 50 and for every collision with an obstacle, 10 points will be deducted by the score.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published