Skip to content
/ games Public

Efficient turn-based game server package that abstracts away WebSocket management so game implementors can focus on game logic.

License

Notifications You must be signed in to change notification settings

samclaus/games

Repository files navigation

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.

About

Efficient turn-based game server package that abstracts away WebSocket management so game implementors can focus on game logic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages