Future racer (itch)
About
Future racer
Introduction
This is my project, written on C to olc::Codejam2021.
This game uses an ASCII art graphics, and command promt to display the output.
Management
Basic management:
up arrow (^) - go up
down arrow (v) - go down
space - shoot
escape - exit
enter - restart game
How to play
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.
Source code also available on GitHub: https://github.com/Nikita-bunikido/Future_racer
Enjoy!