summaryrefslogtreecommitdiff
path: root/22.c
AgeCommit message (Collapse)Author
2023-01-02Puzzle 22: Store proposed next position as an elfAdam Spragg
That way we will keep a proposed orientation change alongside the position change.
2023-01-02Puzzle 22: Add ability to select "net" map typeAdam Spragg
It doesn't work yet...
2023-01-02Puzzle 22: Allow for moving around changing our orientationAdam Spragg
2023-01-02Puzzle 22: Create "elf" type to hold position and orientationAdam Spragg
This will help when just moving around can change the orientation, as you move over an edge
2022-12-22Solve puzzle 22 part 1Adam Spragg