An open API service indexing awesome lists of open source software.

https://github.com/kenoleon/medium-mazes

Companion Repo For a Medium Tutorial on Mazes.
https://github.com/kenoleon/medium-mazes

ai gui maze puzzle pysimplegui python tutorial

Last synced: 6 months ago
JSON representation

Companion Repo For a Medium Tutorial on Mazes.

Awesome Lists containing this project

README

          

This is the companion repo for a Medium tutorial post on how to start making a maze in Python and PysimpleGUI.

For an orderly step by step check the post:

Build a Maze with Python

This repo is just the gists used in repo form, the final script if you just want to copy paste or tinker is [mazeCreate.py](https://github.com/KenoLeon/Medium-Mazes/blob/main/mazeCreate.py) But be aware that the mazes are not always solvable, consult the post for more.

And the final product:

![PySimpleGUI-Maze](PysimpleGui-Maze.gif)

Cheers !