Skip to content

Repository files navigation

Maze solving bot

Variation of Random Mouse Algorithm for solving mazes (presented as two-dimensional array).
Algorithm for generating maze - Deep-First Search Backtracking (DFS Backtracking).

Classes:

  • Cell - stores row and col coordinates of a cell in maze
  • Directions - enum that represents possible directions of move (UP, DOWN, LEFT, RIGHT)
  • Constants - stores symbols for elements of maze like wall, visited cell etc.
  • Main - man class with main method (entry point of a program) and rest of the methods (pritMaze, generateMaze, sovleMaze etc.)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages