Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 356 Bytes

File metadata and controls

20 lines (15 loc) · 356 Bytes

python-maze

python scripts to run in cmd

inputs

length: Natural Number height: Natural Number seed: sudo random

controls

controls are wasd with [enter] between each move

files

maze.py just a simple maze generation script

maze-fox.py with a fog of war type vision. you must explore the maze

maze-fov-2.py version 2 with a but of optimization