Skip to content

Releases: windy54/mazeBurgerBot

Modified for "correct" use of global variables and python case statement

28 Oct 12:28
2ace02e
Compare
Choose a tag to compare

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.