Scirra Construct2 is a GUI event driven game engine that allows developers to rapidly build games for Windows, Windows Phone, iOS, Android, and many other platforms. In Construct2 developers do not write actual code but instead use a GUI event sheet that allows them to create conditions and actions.
Example of FizzBuzz in Construct2
As you can see from the above example Construct2 allows for Functions, Loops, and If statements just as you would write in any programming language. Construct2 also has a library of standard gaming attributes, behaviors, and movements that can be added to any object to rapidly build and prototype 2d games.
...(read more)