Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xi/flood
- Owner: xi
- Created: 2022-02-06T07:48:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T16:41:28.000Z (26 days ago)
- Last Synced: 2025-01-08T17:51:38.346Z (26 days ago)
- Topics: flood-fill-game, game, puzzle-game, terminal-game
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
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/)