Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Digital Logic Sim

​A minimalistic digital logic simulator · By Sebastian Lague

I made static 1 bit input pins

A topic by HMT created 67 days ago Views: 258 Replies: 3
Viewing posts 1 to 3

(+1)

Nice, I’m assuming the off one is just 2 not gates and the on one is just one.

Yeah, pretty much. The off one is an or gate (a NAND with another NAND on either input) but I could have just as well used an AND gate (two NANDs in series) and the on one is just one NAND.

(+1)

this is similar to my logic 0 and 1 outputs