Package: wnpp Severity: wishlist chro.mono is a puzzle game originally developed in 2013 for mobile devices. It has recently been open sourced. The goal of the game is to touch half-colored spheres with full-colored spheres in such a way that all spheres are filled with a single color each. Later on in the game, additional limitations and variations on the game mechanics keep the gameplay interesting. The game is written in C++ and uses SDL2 for platform abstraction (windowing, input, audio output), OpenGL for rendering and libvorbis and zlib for decoding game data.
Webpage: https://thp.io/2013/chromono/ Source code: https://thp.io/2013/chromono/chromono-1.1.0.tar.gz License: GNU General Public License, v2 or later Thomas