I encountered a few errors:
-
print statements lacked parentheses. running 2to3 -w main.py fixed this.
-
the music file in your itch.io package looks for ABMusic.mp3 but the file is named abmusic.mp3
-
I believe you should call pygame.mixer.init() right after pygame.init() in the initializeDisplay function