Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 327 Bytes

This Go package implements a WebSocket-based server system for turn-based games. It provides some simple interfaces so that the server code for various game implementations can focus on game logic while this package takes care of all the asynchronous connection management ans provides some niceties like game rooms and chat.