about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-05-29 22:53:09 -0500
committerCase Duckworth2023-05-29 22:53:09 -0500
commit4f56d311caa75d0995af4a409b8dea32cde6858f (patch)
tree25e6eb50087b5fc644e162cdf28025899051b446
parentAdd README and COPYING (diff)
downloadapple-4f56d311caa75d0995af4a409b8dea32cde6858f.tar.gz
apple-4f56d311caa75d0995af4a409b8dea32cde6858f.zip
Add README, for real this time
-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.