Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 405 Bytes

mazesolver

Maze solver implementation in Python

Installation

First of all run easy_install PIL command to install PIL namespace which contains Image module

Run

To run the maze solver, open the terminal console and type on the root directory of the project:

python mazesolver.py <mazefile> <outputfile>[.jpg|.png]

A green coloured path will be drawn in <outputfile>[.jpg|.png].