A 128x128 game about subtractive color mixing.
Your goal is to color-match the enemy tiles and shoot them before they reach you.
You can use any combination of ,
, and
— but you're only given three portions of color to work with, so make do with what you have!
NOTE: This is a simplification of subtractive color mixing! This game is only aimed to give a fundamental idea of how it works.
Move to the next button.
Toggle the number of portions of your currently selected color.
- COLOR MIXING: Finish mixing your color.
- ARROW SELECTION: Shoot!
-
Clone the Repository: Download the game code by cloning this repository to your local machine. Run:
git clone https://github.com/kalaoe/Colosion -
Navigate to the Project Folder: Move into the folder containing the game files:
cd Colosion -
Install Necessary Libraries: This game requires specific Python libraries to run properly. Install them using the following command:
pip3 install blinka-displayio-pygamedisplay adafruit-circuitpython-display-text
-
After the installation is complete, run the game with:
python3 Colosion.py -
Enjoy the game! Be sure to check out the Color Combination Guide if you're struggling.