/Car-Game

This is a Simple Car Game

Primary LanguageC++

Car-Game

This is my first project, A Simple Car Game

Objective

The objective of the game is to prevent your car from crashing into opponents car. The opponents car come from opposite direction and with variable speed.

Car Structure

   ++                    |             * *
++++                  |          * * * *
  ++                     |             * *
++++                  |          * * * *
Your Car              |     Opponents Car

Instruction

  1. Move Rght - 'R' key
  2. Move Left - 'L' key
  3. Exit - 'esc' key

Preview

car-game.mp4