blob: 82446431247c5956f55554461ed37af25b1fe230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# yet another sdl project
platformer game thats stuck in dev hell since 2024
## credits
### source code modules (libraries included in the repo)
- [libplum](<https://github.com/aaaaaa123456789/libplum>) (`src/libplum.[ch]`) is public domain (unlicense)
- [cJSON](<https://github.com/DaveGamble/cJSON>) (`utl/json2map/cJSON.[ch]`) is MIT licensed
### external libraries (not included in the repo but required to build the game)
- [SDL2](<https://libsdl.org/>) is zlib licensed
- [zlib](<https://www.zlib.net/>) is zlib licensed
anything not mentioned above was probably written/drawn by me, sylvie
|