aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: f6abb5fa36eef2fe6d41d19c2359531afc1e2380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cAtchVoid
=========

Catch the points of your color, avoid the other points.

Use the arrow keys to move and 'e' to change your color.

You can play at [http://guyonvarch.github.io/catchvoid](http://guyonvarch.github.io/catchvoid).

Getting started
---------------

Install nix:

```
curl https://nixos.org/nix/install | sh
```

Inside the project directory, open a nix shell:

```
nix-shell
```