/maze-game

A simple maze game with python.

Primary LanguagePython

maze-game

A simple maze game in python with turtle library.
It generates mazes randomly for a given size.
There is also implemented algorithm for visualizing path from current player position to the end of the maze.

You can run it with:
$ python game.py

Game Screenshot