Chrome T-Rex's clone.
Made with 💜 by Vinicius Jose
The project was a recreated and altered version of the famous Chrome T-Rex game made in Python 3.
Built using pygame library.
Inside the build folder is the project's executable, you can run it even if you don't have python or pygame installed on your device, it's naming it main.exe.
-
To run this game:
-
Make sure you have Python installed alongwith pygame (http://www.pygame.org/) library Run main.py
if you don't have pygame installed, run the command on the terminal
$ pip install -U pygame
- clone the repository
$ git clone https://github.com/zV1N1/pygame-dino.git
- Press UP to make T-Rex jump over the obstacles
- Press SPACE to airplane.
- Avoid getting hit by obstacles.