About
The template has only the core maze-game logic. There are only necessary parts, such as: array, keyboard, randomizer, sprites and canvas. Nothing extra. No thirdparty plugins or even no collision detection!
It has less than 50 events!
Why
To learn, first of all. To get know how arrays may be used in Construct. To understand how recursive perfect maze generation algorithm works. To understand how pathfinding algorithm inside perfect maze works. How to handle bits. And, of course, to make you own maze-game.
Details
The mechanics/behaviour is pretty easy: move player using keyboard and reach the exit of the maze.
Controls: arrow keys