MazeFog is an old Java 1.1 AWT (GUI) applet to play a maze game. The computer creates a random maze. The exit is marked by blue and white boxes. Your position is marked by a blue circle. Use the arrow ...
Clone repository and open in NetBeans IDE. Ensure a 'maze.txt' file exists in the project root directory. Custom mazes can be created as described below. First run the 'Server.java' file to start the ...