MuhammedFahd / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C 87.2%Language:C++ 10.8%Language:HTML 2.0%