Skip to content

maucarrui/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mazes

Maze generation and solution using python.

Requirements

  • python >= 3.8.3
  • pygame >= 1.9.6

How to run

python3 -m Main

Controls

  • Q - Mine one block of the maze
  • W - Mine the rest of the maze automatically.
  • E - Move one step to explore the maze and find the solution (Mining must be completed first)
  • R - Find the solution to the maze automatically (Mining must be completed first)
  • M - Switch to a view of the maze in a graph form.
  • S - Switch between DFS or BFS to search for a solution to the maze.

About

Maze generation and solution using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages