summaryrefslogtreecommitdiffstats
path: root/src/char
Commit message (Collapse)AuthorAgeFilesLines
* Revert "char/char: Add debugging info"P. J. McDermott2021-08-181-3/+0
| | | | This reverts commit 459c30627d9a2192d0f79280efaafc1d3a737be5.
* char/char: Add debugging infoP. J. McDermott2021-08-181-0/+3
|
* char: Add collision detection/handlingP. J. McDermott2021-08-104-0/+39
|
* char/enemy: Expose random positioning functionP. J. McDermott2021-08-101-2/+8
|
* char/enemy: Fix closeness checkP. J. McDermott2021-08-101-1/+1
|
* char/char: Decrement travel before step methodP. J. McDermott2021-08-101-2/+2
| | | | Also fix some assignment alignment.
* char/enemy: Don't turn in ALL the directionsP. J. McDermott2021-08-091-0/+1
|
* char: Add turn methodP. J. McDermott2021-08-094-0/+21
|
* char/enemy: Fix anti-backtrackingP. J. McDermott2021-08-091-1/+11
|
* char: Add a step methodP. J. McDermott2021-08-094-13/+22
|
* char: Notify update method if completed turnP. J. McDermott2021-08-081-0/+2
|
* char/enemy: New characterP. J. McDermott2021-08-082-0/+133
|
* char/player: Prune #include directivesP. J. McDermott2021-08-081-4/+1
| | | | And re-align assignments.
* char: Notify update method if completed stepP. J. McDermott2021-08-083-3/+5
|
* char: New "class", absorbing playerP. J. McDermott2021-08-084-0/+541