Hello world
Someone just told me that they had trouble running the game. It may be because I wrote it in pygame 1.9 and they tried to run it in pygame 2.0.dev. The workaround was to remove sys.exit.And apparently I should have posted a diary entry so people can reach me. So here it is
Apologies to anyone who failed to run my game, especially if you then tried to reach me and couldn't. I'll do better next time
(log in to comment)
Comments
Removing the sys.exit stops it from exiting as soon as you start it, but you still can't play the game in pygame 2.0
rdb on 2019/10/12 10:46:
Installing PyGame 1.9 via "pip install -U 'pygame<2.0.0'" worked. This may be a PyGame bug.