~?
Be sure to use python3.7
and pipenv
.
- Clone the repo.
- Use pycharm to create the shell env.
- Run
pipenv sync
to get dependencies - Start the application with
python main.py
βββ algorithm
β βββmaze = Maze making algorithm
β βββpathfinding = Pathfinding resolver algorithm
βββ commons = Whole application ressources
βββ data = Static files, .db, config files
βββ dbm = Database Manager
βββ gui = Graphical user interface
βββ models = Used in the application
βββ test = Unit test
βββ utils = Usefull stuff