Welcome to the magical world of mixing paint using bitwise logic.  If that sounds fun to you then I'm sorry . . . also: hi, I'm Dave, we should hang out.

My entry for LowRezJam 2021.

How to play:

You have 3 minutes to correctly mix as many paint colors as possible. There are eight paint colors each containing some combination of red, yellow, and blue pigment. To recap lessons from early childhood:

  • White paint has no pigment.
  • Brown paint has all three pigments.
  • Red, yellow, and blue paints all have their respective pigments.
  • Orange paint has red and yellow pigments.
  • Green paint has yellow and blue pigments.
  • Purple paint has blue and red pigments.

You are given 8 pairs of paint colors: an input and an output.  You are also given a random paint color and a random logic operator.  You must mix your random color using the logical operator with one of the input colors so that it matches the output color.  Doing so results in 10 points and a 2 second time bonus.  Getting the mix wrong costs you 5 points.

The mix is done by performing the logic operation on each of the 3 pigments between the random color and the selected input color. 

Controls:

  • Up/Down - move up or down the rows of color pairs.
  • Left/Right - swap the input and output colors of the selected row.
  • O/X - perform the mix operation.
  • Start - pause the game (you can exit the game or disable the BGM).

Logical operations:

  • AND ∧ - if both colors have the pigment then it will be in the result.
  • OR ∨ - if either or both colors have the pigment then it will be in the result.
  • XOR ⊕ - if only one of the colors has the pigment then it will be in the result.
  • NAND ↑ - the pigment will be in the result unless it's in both colors.
  • NOR ↓ - if neither color contains the pigment then it will be in the result.
  • XNOR ⊙ - if both colors do or don't have the pigment then it will be in the result.

The truth table for each operation is also displayed on the bottom left of the game, underneath the operation name.

If you're having trouble figuring things out, or simply want to cheat for no reason, go ahead and use the Konami code.

I deeply apologize for this poor excuse for a game.  Maybe next time I'll just stick with my first idea: Jet Ski Johnny.


"Vrooom!"

StatusReleased
PlatformsHTML5
Authorimpliedchaos
GenrePuzzle
Made withPICO-8
TagsLOWREZJAM, PICO-8
Code licenseMIT License
Average sessionA few minutes

Download

Download
colxor.p8 44 kB

Leave a comment

Log in with itch.io to leave a comment.