Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 854 Bytes

File metadata and controls

25 lines (18 loc) · 854 Bytes

Pygame-Multiplayer

Python Tests Python 3.10+

Framework for multiplayer games using pygame and python.


Why this framework?

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

Planned features

  • Command based Network (py-mp)
  • Lobby System
  • Component Library
  • Screen Builder