Skip to content
/ flood Public

Flood fill puzzle game for linux terminals

Notifications You must be signed in to change notification settings

xi/flood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Inspred by Open Flood