Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 447 Bytes

File metadata and controls

16 lines (12 loc) · 447 Bytes

Maze generator

arguments:

--w (the width of the window)
--h (the height of the window)
--res (the size of the cells)

commands:

ctrl+r (restart the maze generation)
ctrl+s (when the maze is finished it will produce a file with the data from the current map)

Maze solver

it needs a maze.json file outputted by the maze generator
commands:

r (it resets the current progress)