From 5f974d83677fc6d7ee229e6a2e2720a45677e4e0 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 3 Aug 2021 00:40:58 -0400 Subject: created drocks --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..c990be5 --- /dev/null +++ b/README @@ -0,0 +1,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. -- cgit