Skip to content

tsen159/dino-parkour

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

image

Run the game locally

Method 1

  1. Download dino_parkour.zip file.
  2. Open dino_parkour.exe and play!

Method 2

  1. Clone the repo:
git clone git@github.com:tsen159/dino_parkour.git
cd dino_parkour
  1. Create a virtualenv if needed:
virtualenv -p python3.9 .venv
source .venv/bin/activate
  1. 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:

About

This dinosaur is parkouring!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages