Skip to content

5tr1k3r/mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Hotkeys

  • Space - generate a maze
  • Enter - find a path from the bottom left to the top right corner
  • E - select a custom path with the mouse and find the solution
  • B - break the remaining walls with 10% chance per wall (configurable). Warning: in most cases makes pathfinding significantly slower, especially if you're looking for the shortest path.
  • Esc - quit or exit path selection mode

Custom Config

You can create custom_config.toml file in the root folder and override some settings without having to edit config.py. For example:

maze_width = 10
maze_height = 15

cell_size = 20
wall_width = 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages