aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 759c26c3fc120715f0b216319424d9c90c9dd673 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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!