blob: 636b06e754ec1cbee8ad479204bf9b9f447ced43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
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)
|