pyamaze icon indicating copy to clipboard operation
pyamaze copied to clipboard

Results 11 pyamaze issues
Sort by recently updated
recently updated
newest added

While trying to generate the maze in the linux operating system, I am getting the error: `_tkinter. TclError: bad argument "zoomed": must be normal, iconic, or withdrawn` This is happening...

Fixes - Fixed the issue with the zoomed state in unix systems - Added Customization on text-label - Can modify the height,width - Can modify the position - Can modify...

I found this error when I run this code * Error ``` def wm_state(self, newstate=None): """Query or set the state of this widget as one of normal, icon, iconic (see...

It fixes #1 by checking if it is on Linux, and it sets the state to 'normal' instead of 'zoomed'.

Hello Really love your package. I would like to have multiple, potentially many agents in the same cell(s), so I can implement different algorithms and have the agents compete with...

thanks for your great project i want save maze to image

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...