Skip to content

kalaoe/Colosion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colosion

A 128x128 game about subtractive color mixing.

Guide

Your goal is to color-match the enemy tiles and shoot them before they reach you.

You can use any combination of cyan, magenta, and yellow— 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.

Color Combination Guide

magenta + yellow = red
magenta + yellow + yellow = orange
magenta + magenta + yellow = scarlet
cyan + yellow = green
cyan + yellow + yellow = lime
cyan + magenta = blue
cyan + magenta + yellow = black
cyan + magenta + magenta = purple
cyan + cyan + yellow = turquoise
cyan + cyan + magenta = azure

Controls

RIGHT ARROW:

Move to the next button.

SPACE:

Toggle the number of portions of your currently selected color.

RETURN:

  • COLOR MIXING: Finish mixing your color.
  • ARROW SELECTION: Shoot!

Play it yourself!

Installation

  1. Clone the Repository: Download the game code by cloning this repository to your local machine. Run: git clone https://github.com/kalaoe/Colosion

  2. Navigate to the Project Folder: Move into the folder containing the game files: cd Colosion

  3. 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

Running Colosion

  1. After the installation is complete, run the game with: python3 Colosion.py

  2. Enjoy the game! Be sure to check out the Color Combination Guide if you're struggling.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published