A third person maze game where the player must reach the maze exit as fast as possible and make an AI character that solves this and similar puzzles
- Player must reach the maze exit as fast as possible;
- Player can open a door if he/she has a suiting key;
- Single key can open multiple doors;
- Players can carry only one key at a time.
##AI can solve puzzle by jumping over most doors. WIP Implementing a solution to make the AI backtracking to accessible keys in the second, third, and fourth mazes.