Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | char/enemy: Make a linked list of enemy chars | P. J. McDermott | 2021-08-18 | 1 | -47/+24 |
* | Revert "game: Slow down on enemy collision" | P. J. McDermott | 2021-08-18 | 1 | -6/+2 |
* | game: Slow down on enemy collision | P. J. McDermott | 2021-08-18 | 1 | -2/+6 |
* | char: Add collision detection/handling | P. J. McDermott | 2021-08-10 | 1 | -0/+7 |
* | game: Create multiple enemies | P. J. McDermott | 2021-08-10 | 1 | -34/+58 |
* | char/enemy: New character | P. J. McDermott | 2021-08-08 | 1 | -0/+10 |
* | char: New "class", absorbing player | P. J. McDermott | 2021-08-08 | 1 | -8/+8 |
* | game: Add win condition | P. J. McDermott | 2021-08-08 | 1 | -14/+41 |
* | maze: Optionally hide unseen walls | P. J. McDermott | 2021-08-08 | 1 | -1/+1 |
* | game: Implement fog of war | P. J. McDermott | 2021-08-08 | 1 | -2/+73 |
* | player: Implement (renders just a dot so far) | P. J. McDermott | 2021-08-08 | 1 | -0/+13 |
* | game: Add timer | P. J. McDermott | 2021-08-07 | 1 | -4/+33 |
* | game: Poll for events | P. J. McDermott | 2021-08-07 | 1 | -19/+39 |
* | menu, game: Rename macros | P. J. McDermott | 2021-08-07 | 1 | -3/+3 |
* | game: New screen | P. J. McDermott | 2021-08-07 | 1 | -0/+148 |