Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

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

Curious - are you testing on Linux?

(+1)

Yes, on Linux. Python 3.7 and Pygame 1.9.6