tomecraft server software
Go to file
stryan 7447fc8a59 load deck warning 2021-11-19 16:39:02 -05:00
LICENSE readme and license 2021-10-04 11:57:11 -04:00
README.md readme and license 2021-10-04 11:57:11 -04:00
coordinator.go actually use custom decks 2021-11-08 16:57:58 -05:00
go.mod custom deck support 2021-11-08 15:01:23 -05:00
go.sum custom deck support 2021-11-08 15:01:23 -05:00
match.go initial migration 2021-10-01 14:00:29 -04:00
session.go load deck warning 2021-11-19 16:39:02 -05:00

README.md

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.