diff options
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..152ebd6 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,22 @@ | |||
1 | # 2023 Lisp Game Jam Entry | ||
2 | ## "Game" | ||
3 | |||
4 | Yeah I don't have a good name yet. I'm just playing around and trying to get characters on the screen right now. | ||
5 | |||
6 | ## Dependencies | ||
7 | |||
8 | - chicken scheme (`csi`) with eggs: | ||
9 | - r7rs | ||
10 | - matchable | ||
11 | - stty | ||
12 | - my ansi library, [yolk][] | ||
13 | |||
14 | [yolk]: https://git.acdw.net/yolk | ||
15 | |||
16 | ## Running | ||
17 | |||
18 | Run `./game.scm` in this directory. | ||
19 | |||
20 | ## License | ||
21 | |||
22 | Uh.. GPL I guess. See COPYING for details. | ||