jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
272 stars 63 forks source link

Add a Method for Transforming the Maze Into its Adjacency Matrix #8

Open ThomasThelen opened 6 years ago

ThomasThelen commented 6 years ago

It would be great if we could turn our maze into an adjacency matrix and see if we can solve it using matrix transformations (I'm not sure if that's possible). Ultimately, it would be fantastic if these could be solved on the GPU.

jostbr commented 6 years ago

This seems like a cool idea, but way above my level of comprehension and skills at the moment.