summaryrefslogtreecommitdiff
path: root/22.c
AgeCommit message (Expand)Author
2023-01-13Puzzle 22: Add ability to find the map outlineAdam Spragg
2023-01-12Puzzle 22: Add functions for orienting a cubeAdam Spragg
2023-01-12Puzzle 22: Remove unneeded variableAdam Spragg
2023-01-12Puzzle 22: Simplify because map_elem() never returns '\n'Adam Spragg
2023-01-12Puzzle 22: Change coordinate system so that 'y' goes upAdam Spragg
2023-01-12Puzzle 22: Create an abstraction for "map"Adam Spragg
2023-01-12Puzzle 22: Use an `int` to hold the result of fgetc()Adam Spragg
2023-01-03Puzzle 22: Change where we check for movement special casesAdam Spragg
2023-01-03Puzzle 22: Store elf position as x,y coordsAdam Spragg
2023-01-02Puzzle 22: Store proposed next position as an elfAdam Spragg
2023-01-02Puzzle 22: Add ability to select "net" map typeAdam Spragg
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
2022-12-22Solve puzzle 22 part 1Adam Spragg