No description
| daimyo@e0969fe3de | ||
| isshobin@943c1aa8eb | ||
| kuge@7b3840d893 | ||
| myoden@0713baf3be | ||
| .gitignore | ||
| .gitmodules | ||
| compose.yaml | ||
| daimyo.png | ||
| LICENSE | ||
| README.md | ||
daimyo
dai·myo ˈdī-mē-ˌō
a Japanese feudal baron
| Tests | |
| Coverage |
Description
Designed to be the authoritative state for any game implementing its protocol. Daimyo is a general
purpose game session server using asyncio, SQLAlchemy, and websockets. Daimyo's message
protocols are defined in isshobin, a submodule of the project.
Installation
- No extra dependencies:
pip install -e ./daimyo - The map-server (Myoden) dependencies:
pip install -e ./daimyo[myoden] - Test and development dependencies:
pip install -e ./daimyo[test]
Usage
python -m daimyo [-h] [--log-level {critical,fatal,error,warn,warning,info,debug,notset}]
