flood

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

commit
282f30976147757eac6b2ff7e9874e3964b34b8e
parent
5cfe8b97739f433a1d15c5dd4db9b4913f563877
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-01-08 16:41
typo

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -8,4 +8,4 @@ You start in the upper left hand corner of the board. Enter a number (1-6) to
    8     8 flood all adjacent filled cells with that color. The aim of the game is to try
    9     9 to fill the entire board with a single color in less than 32 moves.
   10    10 
   11    -1 Inspred by [Open Flood](https://github.com/GunshipPenguin/open_flood/)
   -1    11 Inspired by [Open Flood](https://github.com/GunshipPenguin/open_flood/)