Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | char/enemy: Make a linked list of enemy chars | P. J. McDermott | 2021-08-18 | 1 | -8/+28 |
* | Revert "char/char: Add debugging info" | P. J. McDermott | 2021-08-18 | 1 | -3/+0 |
* | char/char: Add debugging info | P. J. McDermott | 2021-08-18 | 1 | -0/+3 |
* | char: Add collision detection/handling | P. J. McDermott | 2021-08-10 | 4 | -0/+39 |
* | char/enemy: Expose random positioning function | P. J. McDermott | 2021-08-10 | 1 | -2/+8 |
* | char/enemy: Fix closeness check | P. J. McDermott | 2021-08-10 | 1 | -1/+1 |
* | char/char: Decrement travel before step method | P. J. McDermott | 2021-08-10 | 1 | -2/+2 |
* | char/enemy: Don't turn in ALL the directions | P. J. McDermott | 2021-08-09 | 1 | -0/+1 |
* | char: Add turn method | P. J. McDermott | 2021-08-09 | 4 | -0/+21 |
* | char/enemy: Fix anti-backtracking | P. J. McDermott | 2021-08-09 | 1 | -1/+11 |
* | char: Add a step method | P. J. McDermott | 2021-08-09 | 4 | -13/+22 |
* | char: Notify update method if completed turn | P. J. McDermott | 2021-08-08 | 1 | -0/+2 |
* | char/enemy: New character | P. J. McDermott | 2021-08-08 | 2 | -0/+133 |
* | char/player: Prune #include directives | P. J. McDermott | 2021-08-08 | 1 | -4/+1 |
* | char: Notify update method if completed step | P. J. McDermott | 2021-08-08 | 3 | -3/+5 |
* | char: New "class", absorbing player | P. J. McDermott | 2021-08-08 | 4 | -0/+541 |