index
:
adventofcode-2022
main
Advent of Code 2022
adam@spra.gg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
22.c
Age
Commit message (
Expand
)
Author
2023-01-13
Puzzle 22: Extract all cube faces, even for T-shaped nets
Adam Spragg
2023-01-13
Puzzle 22: Reorder net faces in array to match their faceid
Adam Spragg
2023-01-13
Puzzle 22: Have the map extract and save the net faces
Adam Spragg
2023-01-13
Puzzle 22: Add ability to find the map outline
Adam Spragg
2023-01-12
Puzzle 22: Add functions for orienting a cube
Adam Spragg
2023-01-12
Puzzle 22: Remove unneeded variable
Adam Spragg
2023-01-12
Puzzle 22: Simplify because map_elem() never returns '\n'
Adam Spragg
2023-01-12
Puzzle 22: Change coordinate system so that 'y' goes up
Adam Spragg
2023-01-12
Puzzle 22: Create an abstraction for "map"
Adam Spragg
2023-01-12
Puzzle 22: Use an `int` to hold the result of fgetc()
Adam Spragg
2023-01-03
Puzzle 22: Change where we check for movement special cases
Adam Spragg
2023-01-03
Puzzle 22: Store elf position as x,y coords
Adam Spragg
2023-01-02
Puzzle 22: Store proposed next position as an elf
Adam Spragg
2023-01-02
Puzzle 22: Add ability to select "net" map type
Adam Spragg
2023-01-02
Puzzle 22: Allow for moving around changing our orientation
Adam Spragg
2023-01-02
Puzzle 22: Create "elf" type to hold position and orientation
Adam Spragg
2022-12-22
Solve puzzle 22 part 1
Adam Spragg