jostbr / pymaze

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

Fix Failing Unit Tests #13

Open ThomasThelen opened 6 years ago

ThomasThelen commented 6 years ago

We have three failing unit tests in the cell tests. I believe they all involve adding cell exits on corners and removing corner walls. @jostbr You might have a better idea at what's going on in there.

jostbr commented 6 years ago

Thanks for noticing. I'll take a look at this when I have the time.