https://github.com/voidwalker7/runner-game
A runner game like chrome's dinosaur game, written using python's pygame and tkinter library
https://github.com/voidwalker7/runner-game
dinosaur-game pygame python tkinter
Last synced: about 2 months ago
JSON representation
A runner game like chrome's dinosaur game, written using python's pygame and tkinter library
- Host: GitHub
- URL: https://github.com/voidwalker7/runner-game
- Owner: VoIDWALkER7
- Created: 2024-09-16T21:13:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T21:39:37.000Z (about 1 year ago)
- Last Synced: 2025-01-04T21:17:40.285Z (9 months ago)
- Topics: dinosaur-game, pygame, python, tkinter
- Language: Python
- Homepage:
- Size: 6.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A run-jump game like chrome's dinosaur game. To play it, you need to have the following requirements fullfilled.
1) Tkinter
```bash
pip install Tk
```In case it still doesn't work and given an error related to Tk, install it using your package manager. In case of Arch linux, the following command will work:
```bash
sudo pacman -S Tk
```2) Pygame
```
pip install pygame
```Now, to play it, you need to enter the directory using your command line and type the following command:
```bash
python game1.py
```and then this screen will show up:

Press space and well, try try to enjoy :)
IN-GAME SCREENSHOTS:

