Author Topic: Simple Boolean Algebra Gates  (Read 1239 times)

I don't ever remember anyone making boolean gates (And, Or, Not) so I took the challenge. They were relatively simple, minus a little confusion here and there.

http://www.youtube.com/watch?v=Z7iD64-989U



i take it as you used print counts to check if the other projectiles hit?
also, may i suggest using radio waves? :D

I think I'd understand this better if I knew what a boolean gate is.

Simple, yes, but not unimpressive.

I think I'd understand this better if I knew what a boolean gate is.
yes or no for a boolean, or true/false
then these do something to the true/false, ie
not flips it, so true becomes false, false becomes true
or is if one of them is true, then it outputs true, if none are true, it's false
and is if both are true or false, then it's true, if they're different, then it's false