Save The Internets!
Aliens have invaded for one purpose: To steal the INTERNETS! One lone penguin vows to take it back from them, one piece at a time.
Francis Stokes
(stokesie19)
Save the internets is a platformer similar to the old mario games on the SNES.
The source is a bit of a mess (no where near as bad as pyfighter, mind), but it's quite easy to follow.
For those interested, the source is broken down in this way:
platformer.py - The main file.
scenery.py - Class file for scenery objects (eg ground etc)
enemy.py - Class file for enemies
tornado.py - Class file for the players projectile
levels.py - Class file for Levels/Level
pickup.py - Class file for pickups (eg coins)
hud.py - Class file for the heads-up display
player.py - Class file for the player
images.py - Class for loading all the graphics
values.py - Contains point values for pickups/enemies
setuplevels.py - Contains Level definitions
Changes
Links
Releases
Save The Internets! 0.1 — 27 Feb, 2011