Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.15 KB

T-Rex Game

Chrome T-Rex's clone.

Previzualização

Made with 💜 by Vinicius Jose

Description

The project was a recreated and altered version of the famous Chrome T-Rex game made in Python 3.

Technology

Built using pygame library.

Executable

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.

Instructions and Prerequisites:

  • 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

Controls

  • Press UP to make T-Rex jump over the obstacles
  • Press SPACE to airplane.
  • Avoid getting hit by obstacles.

</> by zV1N1