Advent of Code Day 24 2021 Visualization "Arithmetic Logic Unit"

Channel:
Subscribers:
70
Published on ● Video Link: https://www.youtube.com/watch?v=afNI60f-EO8



Duration: 0:09
302 views
2


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