Skip to content

acly7946/Flood-Fill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

floodfill resized

Flood Fill

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.

Installation

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

About

Flood Fill game using Raylib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published