A-Maze-ing is a Python maze generator that creates 2D mazes from a configuration file and displays them in the terminal. Mazes can be perfect (exactly one path between entry and exit) or imperfect ...
An interactive 3D maze and crystal collector application utilizing PyOpenGL for hardware-accelerated rendering and custom AABB collision algorithms. A fully functional, custom-built 3D graphics ...
Do you remember the exit rules for the "stack" and "queue" we did yesterday? Actually, just that "difference in how they are lined up" completely changes how you search a maze. Today, I've summarized ...