https://github.com/edumigueis/dino-pygame
The famous dino arcade in PyGame.
https://github.com/edumigueis/dino-pygame
Last synced: about 1 month ago
JSON representation
The famous dino arcade in PyGame.
- Host: GitHub
- URL: https://github.com/edumigueis/dino-pygame
- Owner: edumigueis
- License: mit
- Created: 2020-10-26T14:20:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T14:20:31.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:34:35.035Z (3 months ago)
- Language: Python
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dino-PyGame
The famous dino arcade in PyGame. Inspired by Google Chrome's dino, this project presents a complete dino game, with a main menu and multiple screens. Made with pygame in python.
![]()
![]()
- This app can show multiple screens that load from the main menu.
- The game itself in the play screen is a fully-featured dino game.
- The dinosaur can jump and craw, actions triggered by respectively space/w/up and s/down.
---## Installation
To run this project you need python in a recent version and pip to install both pygame and pygame_menu. Create a directory in the project folder and run:
```
cd Dino-PyGame
pip install pygame
pip install pygame_menu
python main.py
```
Cd is for changing directory to the project folder. The pip install commands are for installing the required packages. The last command is to run main.py.### Clone
- Clone this repo to your local machine using `https://github.com/edumigueis/Dino-PyGame.git`
---## License

- **[MIT LICENSE](https://opensource.org/licenses/MIT)**
- Copyright 2020 © Eduardo Migueis.