2022 Day 20: Grove Positioning System
2022 Day 21: Monkey Math
2022 Day 22: Monkey Map
I did get stuck on day 19 of last year's AoC and never finished the remaining days.
While I am waiting for day 4 of this year, I had a go at days 20 - 22 of last year.
20 and 21 were not that hard.
But part 2 of day 22 was a bit tricky. Took me some time to figure out all the tile jumps and direction changes when crossing the cube edges.
The code is not very pretty. And the edge traversal stuff only works for a flattened cube pattern which is the same as my input .
Code is here:
https://github.com/nharrer/AdventOfCode/blob/main/2022/day22/solve-day22.ts