Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

how to make a or gate?

A topic by orion2015 created 9 days ago Views: 107 Replies: 2
Viewing posts 1 to 2

if somebody can tell me how to make a or gate please tell me.

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:


(+2)

i just figured it out before you replied. but thanks.