about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
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
4Yeah 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
18Run `./game.scm` in this directory.
19
20## License
21
22Uh.. GPL I guess. See COPYING for details.