The objective of the game is to fill the board with one color within 25 moves. You select a color by clicking on it, and it will fill from the top left color.
Dependencies:
- C compiler *
- Raylib *
- meson *
- ninja *
* Compile-time dep
Compilation:
git clone "https://github.com/acly7946/Flood-Fill"
cd Flood-Fill
meson build
ninja -C build
sudo ninja -C build install # to install
sudo ninja -C build uninstall # to uninstall