A fun game about smashing monsters in a dungeon.
Go to file
Lephenixnoir 4a9cbd2506
movable, scrollable map with zoom
* settings.h: Global settings to play around with
* fixed.h: Utilites for fixed-point numbers (incomplete but clean)
* level.h: Storage format of levels (PROTOTYPE >9000)
* map.h: Dynamic format for loaded levels (PROTOTYPE)
* render.h: Camera management and rendering (pretty clean)
2021-05-30 21:59:09 +02:00
assets-cg movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
src movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
.gitignore movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
CMakeLists.txt movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00