Minecraft Binary to Decimal Calculator
Winter 2023

My System Hardware course in university involved building a computer using integrated circuits on a breadboard. This inspired me to make my own circuit using redstone in Minecraft (basically virtual electric circuits). I ended up implementing a Double Dabble algorithm to convert a binary input into a two-digit decimal number. Then, to display the result, I had to evaluate the expected binary values that trigger each "pixel" of the screen I built. This was quite easy thanks to Karnaugh maps!