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!
- Host: GitHub
- URL: https://github.com/scifer99/dinosaur-run-game-in-python
- Owner: SCIFER99
- License: mit
- Created: 2022-12-09T02:37:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T02:41:52.000Z (over 3 years ago)
- Last Synced: 2025-02-25T01:54:00.587Z (over 1 year ago)
- Topics: game-2d, game-development, games, python3, video-game
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!