I’m currently working on a project called nand2tetris, but instead of coding it, I choose to implement it in Minecraft with redstone.

The goal of the project is to start only with the NAND logical operator, and then to gradually build your way up to bigger systems, to finally build a PC and a Tetris game on it.

I am working on the ALU (the part of the CPU that makes operations) and this is what it looks like so far.

by Lil_Tim_0

1 Comment

  1. Is the size due to using exclusively NAND gates? There are significantly more compact and faster designs if you don’t care about using exclusively NAND’s. Good work though!

Leave A Reply