aboutsummaryrefslogtreecommitdiff

mort

a minimalist codebase to make small games with no pressure

getting started

configure the engine in inc/cfg.h

add game variables to inc/game.h to your taste

edit src/draw.c and src/update.c to implement your game logic

have fun!