Logic Munchers

Information

The North Pole - The North Pole

Conversations

Pasted image 20220909221607


Solution

Pasted image 20220909221636

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.

Pasted image 20220909221701 Pasted image 20220909221704

If I set this part of the chompy.js file to false, then I will auto-win each stage. Pasted image 20220909221714

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. Pasted image 20220909221737 Pasted image 20220909221742


Next: term-5