Binary Color Picross
Posted: Thu Mar 06, 2014 9:50 am
Escape: Quit
Arrow keys: Move
Enter: Select block
Left ctrl: Mark as empty
Backspace: Go to previous menu
Top row of numbers: Switch between boards (See "Board 1 of x" at the bottom of your puzzle)
Also, page up/page down can switch between puzzles now.
Old post seemed too old to bump, plus this is a massive improvement. Originally called 3D picross because it adds a new dimension, but it's really separate from the actual 3D Picross. Also there is a 'color picross' but it's just normal 2D picross and it shows you some color as you solve it.
Okay, so for those who don't know, Picross is a number puzzle with a grid where each block can only be on or off. (See the old LÖVE demo, "NO") Using this, and some binary math, you can chain multiple boards together and make pictures with more colors. Every board doubles the number of colors. All you need is to define a color palette (unless you use greyscale.)
My game automatically takes images and makes puzzles from them - this demo has the puzzle saved only as a PNG file (under the /puzzles folder, if you want to change it to your own - keep it at/below 64x64 and 16 colors) It automatically creates a palette (with every single color, so be careful) and makes the puzzle for you. Be warned, because of the unpredictable nature, some puzzles may be impossible to solve without guesswork, and some may have multiple solutions (which of course don't create the exact same image.) Also if you choose an image with more then 16 colors, you'll have more then 4 puzzles to solve for one image!
History:
v1.0:
- Initial release
v2.0
- Added:
: Menu
: Controller support & configuration
: Multiple puzzles
: Mouse support
: Better font rendering and resolution support