pygame doesn't find files on the mask.
-
I'm writing a little pygame game, and there's a scorecard that's gonna be rewritten in txt file to keep the same score on the reset. When I was writing a PC game on Windows, the file with the text was successfully launched, but when I went to Mac, there was a problem.
[grunting]
-
Python's probably looking at another file, not where your project file is. Try to indicate the full path or work with the tracks using the os module.