Welcome to spygame’s documentation!¶
spygame is a python 2D game engine based on pygame and level-tmx files¶

Contents:
- 1. spygame - Quick Setup Instructions
- 2. Introduction to spygame
- 3. How to build a Platformer with spygame
- 4. Adding more Things to our Platformer
- 4.1. Converting our Stairs into Slopes
- 4.2. Fixing the Foreground Layer and Preparing for Ladders
- 4.3. Adding Ladders to the Levels
- 4.4. Adding Dangerous Quicksand to the Level
- 4.5. Adding a Repeater for an even better 3D Effect
- 4.6. Adding an Additional Viking to the Level
- 4.7. Adding a Movable Rock
- 4.8. Adding an Elevator
- 4.9. Adding a Fire Spitter
- 4.10. Adding Monsters
- 5. How to code against spygame
- 6. Spygame API Reference Documentation