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

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

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:

![image](https://github.com/user-attachments/assets/aeb4f111-4b6c-41c3-bdd4-b6a25625185c)

Press space and well, try try to enjoy :)

IN-GAME SCREENSHOTS:

![image](https://github.com/user-attachments/assets/f0f1da05-3881-425c-a4af-332284e9642e)
![image](https://github.com/user-attachments/assets/62f71779-30cd-4659-aeb7-0e20f53ed7f5)

![image](https://github.com/user-attachments/assets/a170bfa1-1e0a-4487-9ec7-0b28dafd522d)