diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cec0a63 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,30 @@ | |||
1 | # Potato | ||
2 | |||
3 | Here is a CHICKEN scheme command-line implementation of | ||
4 | [Potato](https://twitter.com/deathbybadger/status/1567425842526945280), a | ||
5 | single-player one-page RPG by Oliver Darkshire. | ||
6 | |||
7 | ## Installation | ||
8 | |||
9 | ``` | ||
10 | $ make | ||
11 | # make install | ||
12 | ``` | ||
13 | |||
14 | ### Requirements | ||
15 | |||
16 | `potato` requires CHICKEN scheme. It's only been tested with version 5. | ||
17 | |||
18 | ## Usage | ||
19 | |||
20 | Just run `potato`. | ||
21 | |||
22 | ## License | ||
23 | |||
24 | I'm not sure what the original game is licensed under, but the code here is | ||
25 | licensed with the Good Choices License. See COPYING for more details. | ||
26 | |||
27 | ## Contributing | ||
28 | |||
29 | Questions, comments, code contributions, and praise are all welcome | ||
30 | [via email](mailto:git@acdw.net). Enjoy! | ||