Star Pynguin - 0.4
A fun game based on space invaders.With many more features.
RB[0]
(roebros)
A fun game based on space invaders.With many more features.
Changes
added 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])
Links
Releases
Star Pynguin 0.25 — 8 Mar, 2006
Star Pynguin 0.36 — 14 Mar, 2006
Star Pynguin 0.45 — 17 Mar, 2006
Star Pynguin 0.3 — 10 Mar, 2006
Star Pynguin 0.35 — 13 Mar, 2006
Star Pynguin 0.24 — 6 Mar, 2006
Star Pynguin 0.4 — 17 Mar, 2006