A color mixing game set for blinks: https://github.com/alicious/lostincolorspace
As a weaver and fiber artist, I have accumulated a lot of knowledge from direct experimentation about color mixing with pigments (aka CMYK, aka subtractive color). I was inspired to try and create an environment on Blinks for an equivalent kind of exploration in light (aka RGB, aka additive color). As our household played with it, we came up with a handful of specific rulesets in addition to the basic open exploration mode:
- Color Pop Quiz: race the clock and try to recreate as many colors as you can from scratch
- Paint It Forward: a color tug of war, passing one paint chip between players
- Colorful Language: a party game about describing color
- Shades of Resistance: a color/territory control strategy game
I’d love if others want to playtest any of the above (especially with more than two players) - complete rulesets are available in the README.
I also have a couple issues I would love help/feedback with:
- I’m at 99% of program storage, and had a few more features I’d like to put in, maybe there are some ways to free up some space I haven’t already tried?
- There are some reliability issues with message passing (I’m using datagrams with a
wrapper function)
Thanks for your time, and hope you enjoy playing with it!