Advent of Code Day 24 2021 Visualization "Arithmetic Logic Unit"
Channel:
Subscribers:
85
Published on ● Video Link: https://www.youtube.com/watch?v=afNI60f-EO8
I solved two AoC 2021 puzzles by hand -- days 23 and 24. I've been wanting to go back and actually write code -- and also do visualizations. I did this visualization using PyGame.
The puzzle description is here -- https://adventofcode.com/2021/day/24, and my Python solution is here -- https://github.com/tipa16384/adventofcode/blob/main/2021/monad24.py