flood

Flood fill puzzle game for linux terminals
git clone https://git.ce9e.org/flood.git

NameSize
CHANGES.md104B
Makefile39B
README.md385B
flood.rs3569B
screenshot.png4610B

Flood fill puzzle game for linux terminals

screenshot

Gameplay

You start in the upper left hand corner of the board. Enter a number (1-6) to flood all adjacent filled cells with that color. The aim of the game is to try to fill the entire board with a single color in less than 32 moves.

Inspired by Open Flood