Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 385 Bytes

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