JustOscarJ1
Results
2
issues of
JustOscarJ1
I am trying to learn more about this lang & topic so I tried it out. Although the enemies are merging into one sort of object and the bot will...
Replaces the hardcoded print statement used for debugging with a configurable logging setup. Specifically: Replaces `print(f"DEBUG: path to be checked: {path}")` with `logger.debug(f"path to be checked: {path}")`. Introduces a module-level...