jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
265 stars 61 forks source link

Add the Ability to Turn off STDOUT #24

Closed ThomasThelen closed 6 years ago

ThomasThelen commented 6 years ago

We can cut the time that it takes to run many maze solutions down by disabling output to the console.

This amounts to adding a flag in the Solver class. Add an if statement where we output text.

jostbr commented 6 years ago

Thanks for the info. Noted.