aboutsummaryrefslogtreecommitdiff
path: root/README
blob: c990be5c994a8ab6222f1f3667ec0198c5bf10c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# drocks

A little dlang game about rocks. [See the
python original](https://git.hrhr.dev/rocks).

## Running

I haven't made any packages or whatnot of this app, so you're going to
have to compile from source. https://dlang.org should have some advice
for installing a compiler and the dub package manager. Once you've got
that, run `dub run` and you're playing rocks! (you may also see an error
if your system doesn't have ncurses for some reason)

## Controls

Controls should eventually be configurable, but for the moment, the
arrow keys are for movement and [space] picks up and sets down rocks.

## License

This code is made available under the GPLv3 license.