MACROKNIGHT =========== This is a game originally written for the [Spring Lisp Game Jam 2025](https://itch.io/jam/spring-lisp-game-jam-2025). ## Dependencies This is a game written with chicken-scheme and SDL2. It requires the following to be installed: - chicken-scheme - SDL2 - [simple-logger](https://wiki.call-cc.org/egg/simple-logger) egg: `chicken-install simple-logger` ## Quickstart To build the game, run ``` make ``` To run with input event logging (for debugging), pass `--debug`: ``` ./bin/game --debug ``` ## Credits - Code: Gene Pasquet - Levels: Owen Pasquet - Tile art: [Kenney](https://kenney.nl/assets/1-bit-pack)