Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaxal/color-flood
A game where you need to flood the grid with colors before the opponent.
https://github.com/metaxal/color-flood
racket racket-gui
Last synced: about 1 month ago
JSON representation
A game where you need to flood the grid with colors before the opponent.
- Host: GitHub
- URL: https://github.com/metaxal/color-flood
- Owner: Metaxal
- License: mit
- Created: 2015-04-04T11:38:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T08:47:39.000Z (almost 7 years ago)
- Last Synced: 2024-12-01T04:34:40.523Z (about 1 month ago)
- Topics: racket, racket-gui
- Language: Racket
- Size: 21.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Flood
This game is based on [Color Flood by WetPalm](https://play.google.com/store/apps/details?id=com.wetpalm.colorflood),
itself based on [Flood-It! by LabPixies](https://play.google.com/store/apps/details?id=com.labpixies.flood) (as far as I can tell).
This game has been [shown to be NP-hard](http://arxiv.org/abs/1001.4420), and is thus non-trivial ;)Install it with:
```
$ raco pkg install color-flood
```
or via DrRacket `File/Install package`.Start it with:
```
$ racket -l color-flood
```
or in DrRacket, click on `File/Open require path` and enter `color-flood/main.rkt`. Then run the file.![screenshot](img/screenshot1.png)