Twitch as it stands crashes horribly on Mac OS X.
Replacing the line:
pygame.display.init()
with the line:
pygame.init()
Means the whole thing runs just fine.
Regards, Rob
Log in to post a comment.