2D Platformer in Python for Programming with Python university course
##Goals for this project:
- Implement some form of procedural level generation (Example)
- Implement predefined levels through text-based configs
- Use sprite-based animation
##Bonus goals:
- Implement own game engine
- Make hotseat multiplayer
##Inspirations: