https://github.com/jjpaulo2/chrome-dino-pygame
đšī¸ The Chrome's Dino game (simplest version) made with PyGame
https://github.com/jjpaulo2/chrome-dino-pygame
chrome dino game-development games google open-source pygame python
Last synced: about 1 month ago
JSON representation
đšī¸ The Chrome's Dino game (simplest version) made with PyGame
- Host: GitHub
- URL: https://github.com/jjpaulo2/chrome-dino-pygame
- Owner: jjpaulo2
- License: mit
- Created: 2020-04-25T16:09:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-08T16:43:42.000Z (over 5 years ago)
- Last Synced: 2025-03-10T15:17:23.913Z (over 1 year ago)
- Topics: chrome, dino, game-development, games, google, open-source, pygame, python
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Chrome's Dino made with [PyGame](https://www.pygame.org)
This is a simple example what Pygame can do. To see more, get the official pygame news [here](https://www.pygame.org).
### Dependencies
Please, verify that you have **virtualenv** and **pipenv** installed.
- Python (3.8)
- Pygame (1.9.6)
### Running
$ git clone https://github.com/jjpaulo2/chrome-dino-pygame.git
$ cd chrome-dino-pygame
If you have **virtualenv** and **pipenv** installed, you can do:
$ pipenv install
$ pipenv run dino
However, if don't have it, you can get only:
$ python3 src/main.py
### Screenshots


---
#### Made with :hearts: by [@jjpaulo2](https://github.com/jjpaulo2)