Structuring a Binary File Format in Python to Serialize and Store Mazes

Опубликовано: 13 Июль 2023
на канале: Real Python
1,405
37

This is the second preview of a 2 part video course on Mazes in Python. This preview portion shows how to structure a binary file format to store a maze. The first preview showed how to use object-oriented design in Python to describe and design mazes.

This is a portion of the complete course, which you can find here:
https://realpython.com/courses/python...

The rest of the course covers:
Transform the maze into a traversable weighted graph
Use a graph search algorithm in the NetworkX library to find the solution