Rainbow Trap is a simple game made with ❤️ and ☕ by undergrad students from Instituto Tecnológico de Aeronáutica in Brazil.
The game was developed as an assignment for the CES-22 class (Object Oriented Programming) and it is made using the Python programming language and the PyGame framework.
The following instructions will help you clone our project in your machine so you can have fun playing our game and maybe edit our code to make the game even better.
In order to execute our game, you'll need to install python3, pip and pygame to your machine. The instructions will show you how to do this for Ubuntu 18.10.
First, install git, python3, python3-setuptools and pip:
$ sudo apt-get install git python3 python3-setuptools
$ sudo easy_install3 pip
Then install Pygame using pip:
$ sudo pip install pygame
When you clone our project from GitHub, you'll download a copy of our code to your local machine. Then you'll be able to execute and modify the project.
$ git clone https://github.com/gitoso/rainbow-trap.git
Move to the project directory running
$ cd rainbow-trap
Inside the directory of the project execute the main.py
file.
$ ./main.py
That's it, have fun! 😊
To be continued...
To be continued...
Developer | Developer | Developer |
---|---|---|
Lucas Alberto Bilobran Lema @lucasbilobran |
Gianluigi Dal Toso @gitoso |
Geovanna Santos Nobre de Oliveira @genobre |
Professor Edgar Toshiro Yano - Curriculum
This project is licensed under the MIT License - see the licence file for details.