An open API service indexing awesome lists of open source software.

https://github.com/scifer99/dinosaur-run-game-in-python

This 2D game is to create a dinosaur to run and not get hit with 2 objects!
https://github.com/scifer99/dinosaur-run-game-in-python

game-2d game-development games python3 video-game

Last synced: 22 days ago
JSON representation

This 2D game is to create a dinosaur to run and not get hit with 2 objects!

Awesome Lists containing this project

README

          

# Dinosaur-Run-Game-in-Python
This 2D game is to create a dinosaur to run and not get hit with 2 objects!

Hey all! This is the read-me for this repository!

Step1: Install these packages in order to run the script successfully!

pip3 install mixer
pip3 install pygame
pip3 install display
pip3 install image
pip3 install transform
pip3 install time (if you do not have this installed already)
pip3 install random (if you do not have this installed already)

Step2: Thats all folks!

Happy Coding!