game_01
1.0.0
IN ARBEIT
GAME_01 ist ein skalierbarer MMORPG-Server mit mehreren Diensten
GAME_01 umschließt alle für game_01 erforderlichen Backend-Dienste.
OS X & Linux & Windows:
go get -u github.com/elojah/game_01
# Start services
docker-compose -d
# TODO run integration
TODO Weitere Beispiele und Verwendungsmöglichkeiten finden Sie im [Wiki][Wiki].
Weitere Informationen finden Sie unter Trello.
|client| <-udp with ack-> |api| -redis pubsub-> |core| -> |redis|
|redis| -ticker-> |sync| -udp without ack-> |client|
Authentifizierung und Char-Erstellung/-Verbindung werden von auth
gehandhabt und bei jeder Anmeldung ein Sitzungstoken zugeordnet. revoker
widerruft regelmäßig ungenutzte Token. GAME_01 verfügt außerdem über eine tool
API zum Erstellen von Weltdaten wie Entitäten/Fähigkeiten/Sektoren.
_bin #executables
|
|_cmd_ #executables code
| |_api #UDP API for game events + ACK client
| |_auth #HTTPS JSON API for signin/connect
| |_client #client/server to communicate with API and JSON serialize
| |_core #order and apply game events
| |_integration #test integration runner
| |_revoker #revoke unused tokens
| |_sync #send entity data to clients
| |_tool #HTTPS JSON API for world data. Must be private.
|
|_configs #config files
|
|_docker #docker files
|
|_pkg_ #common code
| |_ability_ # domain
| | |_svc # service/usecases
| | |_srg # storage/database
|
|_static #example template files for tool
|
|_vendor #vendoring packages (dep)
Elojah – [email protected]
Verteilt unter der GNU AFFERO GENERAL PUBLIC-Lizenz. Weitere Informationen finden Sie unter LICENSE
.
https://github.com/elojah/