Logic Munchers
Information
The North Pole - The North Pole
Conversations
Solution
A bitwise AND(&) is like a logical "And" where 1 = true and 0 = false. OR(||) works like a logical "Or."
<< and >> are logical shifts left and right, not comparisons.
If I set this part of the chompy.js file to false, then I will auto-win each stage.
I can comment out the newTrollog function and call to it to prevent Trollogs from spawning in.
If I change this from [0]
to [1]
, the part that gets printed in each cell is the actual true or false of the question, not the question itself.
Next: term-5