Description
This release removes all references to the "space_dodge" module in imports on all scripts. I have also updated the README.md to reflect the new module that needs installing - pygame_widgets
.
Why this release is crucial for Windows users
This release allows the game to be run on windows, provided all packages are installed whereas previously, it could not be run on Windows due to all scripts returning a ModuleNotFound
Error when they tried to access other files but first referenced the "space_dodge" module.