flood

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

commit
a9ec50edefee1e103a074cd0f58b01b8d1a40a56
parent
86385c2a8f6b87dfe36179ee86eda2b1c8bf8b4a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-06 07:47
add README

Diffstat

A README.md 9 +++++++++

1 files changed, 9 insertions, 0 deletions


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

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