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.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index a8d553a..9951e43 100644 --- a/README.md +++ b/README.md
@@ -1,14 +1,13 @@
1# 2023 Lisp Game Jam Entry 1# 2023 Lisp Game Jam Entry
2## "Game" 2## "Apple"
3 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. 4*Apple* is a reverse snake --- you're an apple trying to avoid the snake.
5 5
6## Dependencies 6## Dependencies
7 7
8- chicken scheme (`csi`) with eggs: 8- chicken scheme (`csi`) with eggs:
9 - matchable 9 - matchable
10 - r7rs 10 - r7rs
11 - srfi-18
12 - stty 11 - stty
13- my ansi library, [yolk][] 12- my ansi library, [yolk][]
14 13
@@ -16,7 +15,7 @@ Yeah I don't have a good name yet. I'm just playing around and trying to get ch
16 15
17## Running 16## Running
18 17
19Run `./game.scm` in this directory. 18Run `./apple.scm` in this directory. Alternatively, run `make` to build a static binary and run that instead.
20 19
21## License 20## License
22 21