tome_server/README.md

11 lines
375 B
Markdown
Raw Normal View History

2021-10-04 11:57:11 -04:00
# tome_server
Tomecraft library that wraps up the engine into something that can be useful.
Tome_server handles the matchmaking and server-side game management; it does not
* Have the rules engine (that's in tome_game)
* Handle networking
* Provide an actual running server
However this combined with a networking frontend (i.e. tome_ws) will give you a full game server.