Making logic gates from switches and inverters

Published: 09 December 2022
on channel: Monkey see, monkey do
280
12

Help me and my family to survive the war in Ukraine:
PayPal: [email protected]
Patreon:   / code_monkey_king  

Binary logic simulator:
https://maksimkorzh.github.io/redstone/

Logic gates circuit:
https://github.com/maksimKorzh/redsto...

Source code:
https://github.com/maksimKorzh/redstone/

00:00 Intro
00:40 Simulator app updates
03:45 YES gate
04:45 NOT gate
06:06 OR gate (version 1)
08:15 OR gate (version 2)
09:17 NOR gate
11:15 AND gate
12:27 NAND gate
13:47 XOR gate
17:25 Why OR version 1 is not working for XOR
17:52 Fixing XOR with OR version 2
19:24 Turning XOR into XNOR
20:58 Building simple clock pulse generator