diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
