Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xi/flood

Flood fill puzzle game for linux terminals
https://github.com/xi/flood

flood-fill-game game puzzle-game terminal-game

Last synced: 4 days ago
JSON representation

Flood fill puzzle game for linux terminals

Awesome Lists containing this project

README

        

Flood fill puzzle game for linux terminals

![screenshot](screenshot.png)

# 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](https://github.com/GunshipPenguin/open_flood/)