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

File mazerunner3d.py

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

Source from the content-addressed store, hash-verified

1"""Maze 3D, by Al Sweigart al@inventwithpython.com
2Move around a maze and try to escape... in 3D!
3This code is available at https://nostarch.com/big-book-small-python-programming
4Tags: extra-large, artistic, maze, game"""

Callers

nothing calls this directly

Calls 3

wallStrToWallDictFunction · 0.85
displayWallDictFunction · 0.85
makeWallDictFunction · 0.85

Tested by

no test coverage detected