Learning Logic is a puzzlescript game that teaches players about some of the useful logic gates that can be found in various areas of study.

Development log

Comments

Log in with itch.io to leave a comment.

Having constant inputs feeding directly into the goals or gates near the goals trivializes many of the later puzzles. (Ex: a goal with a 1 directly into it can always be satisfied with an OR gate, ignoring the rest.) Cool wiring system though!

I think your logic for NAND gates is incorrect. NAND gates should only return false when both inputs are true, and should return true if at least one input it false.

Thanks! I completely blanked on this. It has been fixed.