chro.mono

From Libregamewiki
Jump to navigation Jump to search
chro.mono
Chromono.png
Circular color puzzle
GenrePuzzle game
Latest release1.1.1  (Announcement)
Release dateAugust 18th, 2021
DeveloperThomas Perl
Code licenseGPLv2+
Media licenseGPLv2+, CC0/CC-BY (music, sfx)
EngineCircle1D
P. languageC++11
LibrarySDL2, libvorbis, zlib, OpenGL 2.0
Contribute
chro.mono is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

chro.mono is a circle color puzzle game originally released in June 2013 by Thomas Perl and open sourced in August 2021. The goal is to drag around colored circles and change the color of "half-colored" circles in as short a time as possible.

Source Code[edit]

The source code is available at: https://thp.io/2013/chromono/chromono-1.1.1.tar.gz

The README lists the build requirements, cmake is used as build system.

You can build it directly in the source tree and then start it using build/chromono, or use make install to install system-wide.

Packages[edit]