Wow, I don't get Day 20, Part 2 at all.
# advent-of-code
t
Wow, I don't get Day 20, Part 2 at all.
I've read this description about 10x and I flat out do not understand how I could possibly know what "level" I'm on. I think it has something to do with inner or outer? But I just have no idea.
r
Each portal has 2 doors: in inner side of the donut and out. So if you use any inner door level +1, otherwise -1. Levels start at 0 and are positive.
t
OK cool. I figured that out eventually. Now to figure out how to write that. 😄 Going to have to do it tomorrow.