MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / mazemakerrec.py

File mazemakerrec.py

src/gamesbyexample/mazemakerrec.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Maze Maker, by Al Sweigart al@inventwithpython.com
2Make mazes with the recursive backtracker algorithm.
3
4An animated demo: https://scratch.mit.edu/projects/17358777/

Callers

nothing calls this directly

Calls 2

saveMazeFunction · 0.85
displayMazeFunction · 0.70

Tested by

no test coverage detected