PyAuthServer
Python Multiplayer Game library
Install / Use
/learn @agoose77/PyAuthServerREADME
PyAuthServer
Introduction
There is no substantial authoritative networking library in Python that allows any kind of multiplayer game project to be realised without writing the underlying network mechanism itself. Faced with such a challenge, most developers would choose to use another engine (with built-in multiplayer), or remove the feature from the design document.
This project intends to provide a useful Python framework which eliminates the headache in writing and maintaining a networked game. It is designed to be supported by different game engines, with an abstract game layer for gameplay code. Anything in the network library is pure python, and the various XXX_game_system libraries are for engine-specific bindings code. There should not be any engine-specific code in game_system.
User Documentation is currently in development, (see the ReadTheDocs page for code-specific documentation, or the WIKI for higher level concepts and user guides).
Existing features
Based upon the Unreal Architecture, this library is statically typed and offers reliable and unreliable (all unordered) transmission of UDP packets. The Serialiser is based upon struct; everything is fixed type that is sent across the network. (In the event that this is undesirable, you could use JSON with a string variable, but this would be inefficient).
- Automatic "replication" of network attributes from client to server
- Primitive support for game rules which determine the higher lever game logic.
- Automatic "replication" of RPC calls (Function replication for Unreal)
- Broadcasting attribute callbacks (RepNotify for Unreal)
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
