aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb33a75..636b06e 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ This is a game written with chicken-scheme and SDL2. It requires the following t
- chicken-scheme
- SDL2
+- [simple-logger](https://wiki.call-cc.org/egg/simple-logger) egg: `chicken-install simple-logger`
## Quickstart
@@ -18,6 +19,12 @@ To build the game, run
make
```
+To run with input event logging (for debugging), pass `--debug`:
+
+```
+./bin/game --debug
+```
+
## Credits
- Code: Gene Pasquet