Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.3 KB

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