Save The Internets! is a platformer game 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
Requirements:
- Python
- pygame
Comments not found