about summary refs log tree commit diff stats
path: root/README.md
blob: 152ebd6b6d2a60e8d4a070a3830e4f4e86cda993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 2023 Lisp Game Jam Entry
## "Game"

Yeah I don't have a good name yet.  I'm just playing around and trying to get characters on the screen right now.

## Dependencies

- chicken scheme (`csi`) with eggs:
  - r7rs
  - matchable
  - stty
- my ansi library, [yolk][]

[yolk]: https://git.acdw.net/yolk

## Running

Run `./game.scm` in this directory.

## License

Uh.. GPL I guess.  See COPYING for details.