This game was created as a culmination of my passion to build a simple, yet elegant game, and as a bonus it also spreads awareness about climate change, since I wanted to try to make a impact on the world.
The premises of CO2 Destroyer is to slice CO2 molecules before they hit the ground, while also making sure you don't slice the bombs (💣). The goal of the game is to get the highest score possible. These molecules are of various sizes, and depending on the size you will destroy a different amount of CO2, which will be added to a total score.
You will have 3 lives (
Make sure you have the latest verion of Python installed for your OS. This is essential to run the game.
After that, the only depedency for python you will need to download is pygame. You can download it with the command below:
pip install pygame
To run the game, run one of the following commands in the local directory where the game is installed:
- Windows:
python main.py
- Linux or MacOS:
python3 main.py
Navigate through the menus, start the game, and most of all, have fun!