Web game made in C# using Blazor Framework.
- Game support random generation of mazes with a choice of different maze algorithm and its own Pathfinding AI which can navigate in maze.
- Game also support some setting for different game mods and different choice of algorithms to use for game.
- Page contains gallery of maze generation algoritms that can visualize how the mazes are created. Same thing is also implemented for maze solving algorithms.