From ba1637219359afc8a9258a5bc191f9c226c91e78 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Thu, 26 Feb 2026 23:06:36 +0000 Subject: Define input module --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3