Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How does one create a OR gate

A topic by Aiden Wilkins created Jan 30, 2023 Views: 730 Replies: 7
Viewing posts 1 to 4
(1 edit) (+1)(-1)

I know you can connect two in's to a out, but the sim freaks out and cant decided to be on or off (Superposition lol) making it nearly impossible to use. Did I miss a built in gate or is there a trick to making it work

A -> NOT -> !A -> NOT -> A
B -> NOT -> !B -> NOT -> B
Connect A and B after two not gates

it doesnt work

(+3)

To make an Or

--------------------------------------------------------

Input A --> Not \

                                      Nand --> Output

Input B --> Not /

--------------------------------------------------------

To make a Nand:

--------------------------------------------------------

Input A \

                     And --> Not --> Output

Input B /

(+1)

or just:

Input A --> Not \

                                      And --> Not --> Output

Input B --> Not /

that works too, but you want a nand gate if you want to make more advanced projects and dont want to have to do and --> not every time

(1 edit)

@Xarrak Works perfect, thank you

heres it in picture form for anyone- definitely not the be