Skip to main content

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

how to make a or gate?

A topic by Deleted Account created Jun 16, 2024 Views: 832 Replies: 2
Viewing posts 1 to 2
Deleted post
(+1)

No problem. 

Assuming you only have AND, and NOT gates; but also a NAND (an AND with the output put through a NOT gate).

With NANDS it can be done this way:

A through a NAND gate, fed into a another NAND gate (C)  with the other input of C being B put through a NAND gate; and the output of C being the output of the OR gate.

Here is a Diagram:


Deleted post