Eeveeiott
30/04/16 There's a few other logic gates not in the game that I think could be useful to have. XOR - Two inputs, one output. If one of the two inputs are true, the output is true. If both or neither are true, the output is false. NAND - Two inputs, one output. The output is true unless both inputs are true. If both inputs are true, the output is false. NOR - Two inputs, one output. If both inputs are false, the output is true. If only one or both inputs are true, the output is false. XNOR - Two inputs, one output. If the inputs are both false or both true, the output is true. If one input is true and one is false the output is false. Since the ones in the game already are oranges and reds, I think these ones should be colored blues and greens Thank you for your time!
|
tebkanlo
01/05/16 maybe some could be reproduce even with the current gates. But yeah, it would be nice to have those too |
Eeveeiott
01/05/16 Well logic gates are used in circuitry, and the ones currently in the game are the simpler ones. These ones are the rest that aren't already in the game. |