This is my project, written on C to olc::Codejam2021. This game uses an ASCII art graphics, and command promt to display the output.
It works stably on the Windows 10 command line. In earlier OS versions, updating the command line may be slow.
First of all you need to clone repository. The following command to do it:
git clone https://github.com/Nikita-bunikido/Future_racer.git
Then goto your local repository in command line. After this you should compile program. You can do it like:
gcc main.c -o main
If you haven't gcc
compiler you can download installer here.
Basic management:
UP ARROW | DOWN ARROW | SPACE | ESCAPE | ENTER |
---|---|---|---|---|
go up | go down | shoot | exit | restart |
In this game, you need to maneuver between barriers like robots, street lamps, and stop signs with boxes. Also if you can't bypass barrier, you can destroy it by shooting. If you crash into the barrier - game over. Goal - get as high number of score, as you can.