Given the context of the pandemic, we decided to make an interactive system, based on the super mario game, which brings aspects of the covid in a playful way. In this way, through a game, we encourage the application of vaccines and ways to protect against the virus. In addition, we use memes as a way to combat some aspects that emerged at the beginning of the pandemic, which defended the non-use of vaccine.
Explore the docs »
·
Report Bug
·
Request Feature
Alex Damascena |
Sofia Melo |
Igor Phillipe |
Given the context of the pandemic, we decided to make an interactive system, based on the super mario game, which brings aspects of the covid in a playful way. In this way, through a game, we encourage the application of vaccines and ways to protect against the virus. In addition, we use memes as a way to combat some aspects that emerged at the beginning of the pandemic, which defended the non-use of vaccine.
- TAKE VACCINE AND PROTECT YOURSELF
-
Clone the repo
git clone https://github.com/IgrPhillipe/go-go-vaccines.git
-
Enter the root folder of the cloned repository
-
Install the dependencies
pip install -r requirements.txt
pip3 install -r requirements.txt
Use pip3 only if the computer contains different versions of python
-
In your terminal, go to the root folder
-
Run the instruction below
python3 Game.py
-
Instructions to play
- Use the arrow keys on your keyboard to move the nurse. There is the possibility to use the space keyboard to jump.
- Use the arrow keys on your keyboard to dodge viruses. Collision with the virus shortens the nurse's life
- If you have lost any life, the game will spawn hearts for you to collect. If you collected, your life will increase.
- The game will also spawn vaccines. When purchasing the vaccine, we leave it up to you whether you want to apply the vaccine to crocodiles that appear or not.
- If you apply the vaccine to crocodiles, they will become human. Remember: try to apply the vaccine without any vaccine, your life will decrease.
- Try to turn crocodiles into humans !!! And have fun !!!
-
Some images to understand what I'm talking about
Options | Movement | Movement |
Crocodile Collision | Crocodile | Human Transformation |
Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/featureName
) - Commit your Changes (
git commit -m 'Add some featureName'
) - Push to the Branch (
git push origin feature/featureName
) - Open a Pull Request
- Alex Damsacena - [email protected]
- Sofia Melo - [email protected]
- Igor Phillipe - [email protected]