Hi Mike, I have a question regarding visualization in python of your maze generation with a* start algoritm.
Is there a way to visualize the maze being solved in real time (i.e. show the grid with the openset and the close set)?
I worked something out using graphics.py and in the past I used pygame. However somehow it was very taxing on the process.'
What package do you recon is best to use for real time visualisation in python?
Greetings Roel
Hi Mike, I have a question regarding visualization in python of your maze generation with a* start algoritm.
Is there a way to visualize the maze being solved in real time (i.e. show the grid with the openset and the close set)?
I worked something out using graphics.py and in the past I used pygame. However somehow it was very taxing on the process.'
What package do you recon is best to use for real time visualisation in python?
Greetings Roel