From 4f56d311caa75d0995af4a409b8dea32cde6858f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 29 May 2023 22:53:09 -0500 Subject: Add README, for real this time --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..152ebd6 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit 1.4.1-21-gabe81