ZackMFleischman / mazes

Maze Explorations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maze Explorations

This python script will generate and solve a large maze.

Setup

It is built on top of pygame.

How to install pygame on Mac:

brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
pip install install https://bitbucket.org/pygame/pygame/get/default.tar.gz

Afterwards, run via the command:

python src/maze.py

Output

alt tag

About

Maze Explorations


Languages

Language:Python 100.0%