Just a game where you have to avoid crashing into moving stuff. Made with Pygame.
A web version of this game is hosted over itch.io here.
You can also download the project's source code from its repository and run it with python.
Once you've downloaded the repository, just run the main.py file or use make run (you need make to be installed) to run the project.
- You can use
ArrowUpandArrowDownto adjust the spawn rate of enemies. UseLeft Shiftto go faster. - To enter the game, us
Enter.
- During the game, you use
w/sto go faster/slower anda/dto move left/right. - To pause the game, just press your
Spacebar. - Hit
Enterto quit the game and return to the main menu.
