Dino Parkour
Dino Parkour is a simple 2D game built with pygame.
Player needs to make the dinosaur jump over trees and live as long as possible. Eating coins could gain extra scores.
Run the game locally
Method 1
- Download dino_parkour.zip file.
- Open dino_parkour.exe and play!
Method 2
- Clone the repo:
git clone git@github.com:tsen159/dino_parkour.git
cd dino_parkour
- Create a virtualenv if needed:
virtualenv -p python3.9 .venv
source .venv/bin/activate
- After installing pygame package, the game can be run successfully!!
pip install pygame==2.5.0
python main.py
Assets used
This project uses the following assets:
- Pixel Platformer by Kenny
- 植物 from DOTOWN
- Dino Characters by Arks
- Music and sound effects from Freesound
