You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The player starting from a random location in a maze has to reach the final destination avoiding obstacles, collecting treasure, and killing monsters on his way. Developed in Java and Swing using MVC pattern, it employs various design paradigms such as builder pattern, command pattern, etc.