It should only take 20-30 minutes to beat, so I didn't think it would be necessary.
DaFluffyPotato
Creator of
Recent community posts
I've talked to some of the Pygame developers about it (this has been occurring with my other projects when people try to run it on Mac) and supposedly the lower level stuff that SDL (which is what Pygame runs on) is interfacing with for Macs is completely different from what Windows/Linux use. This ends up causing a bunch of inconsistencies.
No. The game was packaged using PyInstaller, which converts Python scripts to executables by including the entire Python interpreter in the executable. PyInstaller is frequently used to create viruses, so many antiviruses mistakenly mark the data from the Python interpreter in PyInstaller executables as a virus even though any application made with PyInstaller will package the Python interpreter.
TLDR: It's a false flag. You can always use the source code if you're worried about it.