Framework for multiplayer games using pygame and python.
This framework is designed to be used for multiplayer games.
Main goals:
- Don't spend time planning the network architecture
- Easy to use
- Easy to build your own game on top of it
- Extensions to add more features
- Command based Network (py-mp)
- Lobby System
- Component Library
- Screen Builder