One Color

One Color

This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
audio: 2.41
coolness: 0.62
fun: 3.03
graphics: 2.41
humor: 1.81
innovation: 3.20
mood: 2.46
overall: 3.26
theme: 2.72
You have to select the strongest color!

Windows

=======

Extract the zip and run one_color.exe

Linux

=====

I recommend compiling the game from source but if you want

you can run the windows binary through wine.

Arch Linux:

sudo pacman -S --needed git gcc make allegro

git clone https://github.com/karjonas/one_color.git

cd one_color

make

./one_color

Ubuntu:

sudo apt-get install git g++ liballegro5.0 liballegro5-dev

git clone https://github.com/karjonas/one_color.git

cd one_color

make

./one_color

Written in C++ with allegro 5 using a text editor :)
Found a bug?
Tell us on Discord