jostbr / pymaze

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

Hide Solver Messages #26

Closed ThomasThelen closed 6 years ago

ThomasThelen commented 6 years ago

Fixes issue #24

jostbr commented 6 years ago

Nice. Merged it. However the some of the travis stuff failed. Is the yml file supposed to be .travis.yml (with a dot at the beginning as well)?

jostbr commented 6 years ago

Have you actually run the quick_start.py file you created? I get several errors (some related to quiet_mode not being defined). It seems like the build in the repo now is not working.