pygame is
pygame.org is
|
Star Pynguin
Star Pynguin - 0.4RB[0] (roebros)Tags:DescriptionA fun game based on space invaders.With many more features. Changesadded use of psyco(only if on your system),
added return to highest game mode so that if you exit program without dying it sees if you have made farther than before then saves state of game so you can return.
cleaned up code
*found a bug...
---> change line 1728 to this
if t == 0:
hero_sprites = createHero(screen, per_data[13])
else:
hero_sprites = createHero(screen, sv_data[13]) LinksScreenshotReleases
Pygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|