Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Its nice exept one thing...

When i try to make an or gate or connect two inputs to one output it dosent let me
Can somebody help?

One workaround is to just use an OR, this will do the same thing

(1 edit)

But there is no OR gate at the start so you need to make one but when i try it dosent let me (as above) connect in 2 inputs to 1 outpuf is not possible thus i cant make the gate

(1 edit)

you would use NAND gates which are made from an AND and a NOT. And NOT gates.

Line one to NOT one. Line two to NOT two. And both those outputs to the NAND.

Or just watch Sebastian's video ;)

thanks! 

(1 edit)

This would actually short irl. So we just create an or-gate by inverting the inputs into an and gate and then inverting the output.

- Nand ┐
       ├ AND - NAND -
- Nand ┘