
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).
(may not load correctly).
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 :)
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 :)