Dino is my 2D platformer game made with Pygame.
- Pygame
pip install pygame
Double click the main.py to open the game. The objective of the game is to dodge incoming cactus and pteras in order to create high score.
Controls:
- Press Space or Up arrow key to jump.
- Press Down arrow key to duck.
- Press space on end page to restart the game.
- Press escape or q key to end the game.
cd dino
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.