about summary refs log tree commit diff stats
path: root/README.md
blob: cec0a63140fa95bb16c5db4ab95387d632b1e434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Potato

Here is a CHICKEN scheme command-line implementation of
[Potato](https://twitter.com/deathbybadger/status/1567425842526945280), a
single-player one-page RPG by Oliver Darkshire.

## Installation

```
$ make
# make install
```

### Requirements

`potato` requires CHICKEN scheme.  It's only been tested with version 5.

## Usage

Just run `potato`.

## License

I'm not sure what the original game is licensed under, but the code here is
licensed with the Good Choices License.  See COPYING for more details.

## Contributing

Questions, comments, code contributions, and praise are all welcome
[via email](mailto:git@acdw.net).  Enjoy!