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.
- Host: GitHub
- URL: https://github.com/kenoleon/medium-mazes
- Owner: KenoLeon
- Created: 2021-03-10T20:52:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T21:17:29.000Z (over 4 years ago)
- Last Synced: 2025-04-04T05:11:19.752Z (6 months ago)
- Topics: ai, gui, maze, puzzle, pysimplegui, python, tutorial
- Language: Python
- Homepage: https://k3no.medium.com/build-a-maze-with-python-920ac2266fe7
- Size: 223 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
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:

Cheers !