Maze Creation of random maze and resolution with BFS and DFS (movements in 4 or 8 directions) Generated maze (30x60) Breadth Forst Search Algorithm (8 movement directions) Depth First Search Algorithm (8 movement directions) Found path with DFS (8 movement directions)