summaryrefslogtreecommitdiffstats
path: root/src/game.c
Commit message (Collapse)AuthorAgeFilesLines
* char/enemy: New characterP. J. McDermott2021-08-081-0/+10
|
* char: New "class", absorbing playerP. J. McDermott2021-08-081-8/+8
|
* game: Add win conditionP. J. McDermott2021-08-081-14/+41
|
* maze: Optionally hide unseen wallsP. J. McDermott2021-08-081-1/+1
|
* game: Implement fog of warP. J. McDermott2021-08-081-2/+73
|
* player: Implement (renders just a dot so far)P. J. McDermott2021-08-081-0/+13
|
* game: Add timerP. J. McDermott2021-08-071-4/+33
|
* game: Poll for eventsP. J. McDermott2021-08-071-19/+39
|
* menu, game: Rename macrosP. J. McDermott2021-08-071-3/+3
|
* game: New screenP. J. McDermott2021-08-071-0/+148