shithub: cflood

ref: a0ae550d621a0403b3a2ce9ac1e2d1c71c2ae741
dir: /README.md/

View raw version
# cflood

A "Color Flood" game clone for Plan 9.

![screenshot](cflood.jpg)

## Installing

```
cd /tmp && \
hget https://github.com/ftrvxmtrx/cflood/archive/master.tar.gz | tar xz && \
cd cflood-master && mk install
```