Live data from Hacker News

Show HN: I made a game where you build a CPU from logic gates

select.supply

1–10 of 76 posts

Show HN: I made a game where you build a CPU from logic gates

#1
I built ChipBuilder to make computer architecture more approachable through interactive puzzles.

You start with basic logic gates like AND, OR, and NOT, then gradually combine them into adders, multiplexers, memory, an ALU, and eventually a complete CPU. Once you've built the hardware, you can write assembly programs that run on the processor you created.

The game is inspired by courses like Nand2Tetris, but everything runs directly in the browser with a visual circuit editor, simulations, and progressively harder challenges.

Show HN: I made a game where you build a CPU from logic gates
select.supply

Re: Show HN: I made a game where you build a CPU from logic gates

#7

I wasn't able to wire the inputs to the gate, so my career at ChipCorp ended at level 1. Also it would ne nice to have a level zero where you create the gates from transistors.

-1: build transistor from atoms

-2: ...

:)

(ofc the UI could be more simpler but I've found the wiring)

Re: Show HN: I made a game where you build a CPU from logic gates

#10

I wasn't able to wire the inputs to the gate, so my career at ChipCorp ended at level 1. Also it would ne nice to have a level zero where you create the gates from transistors.

The game you're looking for is Turing Complete https://turingcomplete.game/
Post reply on HN