Skip to content
/ maze Public

An python implementation of a maze-solver from The Hitch-hiker's Guide to Artificial Intelligence

Notifications You must be signed in to change notification settings

EduBotics/maze

Repository files navigation

maze

A python implementation of a maze-solver from The Hitch-hiker's Guide to Artificial Intelligence

Notes on installation (Running on Lubuntu):

pip install pyside

Complains about cmake?

sudo apt install cmake

Complains about qmake?

sudo apt install qt4-make libqt4-dev

TODO:

  • add requirements.txt

About

An python implementation of a maze-solver from The Hitch-hiker's Guide to Artificial Intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages