RogueLife/src
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
..
fixed.h movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
level.c movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
level.h movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
main.c movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
map.c movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
map.h movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
render.c movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
render.h movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00
settings.h movable, scrollable map with zoom 2021-05-30 21:59:09 +02:00