Praveennaik8/Maze-game-with-path-finding-java
The task is to design and implement a maze game using object oriented programming concepts and GUI interface (i.e. Java Swing). The game must have n number of levels which can be added by the admin. The user should be provided with a set of instructions about the game and there must be time bound within which he/she has to clear the level, failing to do so would block his/her entry to the next level. The user should also be provided with an option to view the solution to clear the level, which must be implemented using a shortest path search algorithm.
Java