Releases: windy54/mazeBurgerBot
Releases · windy54/mazeBurgerBot
Modified for "correct" use of global variables and python case statement
Functions modified for correct use of global variables.
Python case statement used for maze following logic.
Still has issues with errors of type "local variable used before definition" or similar, even though the line generating the error has been executed before.
leads me to believe maybe a heap issue, so I have enabled garbage collection.