Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+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