Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)