pyamaze icon indicating copy to clipboard operation
pyamaze copied to clipboard

add input() after the maze has been generated will run the GUI

Open OGTripleK opened this issue 2 years ago • 0 comments

Based on your aStarHeuristicComparison.py , I got it working as normal... it print into the terminal but after adding a = input() at the end of the code will trigger the GUI to show. For this file, for loop has been set to 100 which it will do comparison for 100 times without showing the GUI but the worst is if add input() after it generate the maze it will popup 100 GUI windows which may cause pc freezing depend on pc specs...

If you need further more information, please don't hesitate to comment.

OGTripleK avatar Apr 25 '22 18:04 OGTripleK