This project implements a graphical maze solver using Java Swing. It generates a random maze and allows the user to solve it using either the Breadth-First Search (BFS) or Depth-First Search (DFS) ...
Player can choose the game size (10x10/8 bombs) (15x15/30 bombs) (24x24/70 bombs) Flagging the field is done by clicking right mouse button Revealing an empty field (field that have no bombs around ...