00:00
00:00
Newgrounds Background Image Theme

Jayxofc just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Infinite Loop"

I think the design and atmosphere is very engaging for a casual learning game like this.
However, it's almost too easy. It'd be better if you got extra points or some kind of scoring system for solving a puzzle with as few changes as possible - as it is now, you can just change everything to false in some of the levels. That requires not that much of an understanding.

Also, I found a glitch: After playing through all the levels once and starting again from the tutorial, it wouldn't let me press the switch. It makes the sound effect, but neither the switch nor truth values change.

Fun game but a little short and you can brute force the answer for any of the levels

I like it, but it's got a serious niche audience. Beginner programmers, young geeks and such are probably going to be the audience for this.

That said, I played it far longer than i should have ;)

Good game, but too short and easy! It's a start. The secret involves screwing up XD

Level 19 loop condition is not implemented correctly.

false && true || !true && !false == false

However, the left-hand side acts as a true expression and therefore does not break the loop in one of your levels. I tested this in C++ confirming my suspicion.