Skip to content

crux888/mazes-for-programmers-python

Repository files navigation

Mazes for Programmers (Python)

Mazes for Programmers is an awesome book and you should definitely buy a copy.

However, all the code examples in the book are written in Ruby and it's not always straightforward to make them work in Python.

So, for anyone who's interested, here's my simple, bare-bones Python implementation of the code examples for each section of the book.

I’ve tried to keep everything as close as possible to the book so that it’s easy to go chapter by chapter. However, I would recommend that you try writing your own code first (that's the fun challenge!) and then only reference these examples if you get stuck.

A few notes:

  • You will need to install Pillow in order to see PNG versions of the mazes.

  • If you're looking for an explanation of how the different maze algorithms work, then buy yourself a copy of Mazes for Programmers. Highly recommended!

  • If you find this code useful or inspiring, then feel free to buy me a coffee. ☕️

  • If you’re a Minecraft fan, then check out my Minecraft Mazes implementation.


Example mazes

Example 1 Example 2 Example 3 Example 4 Example 5 Example 6 Example 7 Example 8 Example 9 Example 10 Example 11 Example 12


Minecraft Mazes (MakeCode/Python)

If you’re a Minecraft fan, then check out my Minecraft Mazes implementation. Create, explore, and solve random 3D mazes in Minecraft!

Minecraft Mazes


About

Python code for "Mazes for Programmers" by Jamis Buck.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published