News

A replication project inspired by the ComputerPhile video on solving mazes using Python code. I used the ideas discussed in the video and replicated everything without reference of their source code ...
Start with one cell in the maze. Then, from a cell that is outside the maze, start a random walk until you hit a cell that's in the maze. When that happens, add the whole random path to the maze and ...