11 lines
375 B
Markdown
11 lines
375 B
Markdown
# 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.
|