Tomecraft main library and protocol definition
Go to file
stryan dc117077af clean up effects 2021-10-07 12:46:59 -04:00
LICENSE readme and license 2021-10-04 11:53:21 -04:00
PROTOCOL.md add protocol 2021-10-01 14:34:10 -04:00
README.md readme and license 2021-10-04 11:53:21 -04:00
board.go initial migration 2021-10-01 12:43:55 -04:00
card.go initial migration 2021-10-01 12:43:55 -04:00
cmd.go minor update 2021-10-01 13:42:05 -04:00
deck.go initial migration 2021-10-01 12:43:55 -04:00
effect.go clean up effects 2021-10-07 12:46:59 -04:00
game_view.go initial migration 2021-10-01 12:43:55 -04:00
go.mod still fixing module 2021-10-01 12:51:03 -04:00
go.sum initial migration 2021-10-01 12:43:55 -04:00
player.go player created in game 2021-10-01 14:01:38 -04:00
session.go initial migration 2021-10-01 12:43:55 -04:00
util.go initial migration 2021-10-01 12:43:55 -04:00

README.md

tome_lib

Contains the structs required to work with the Tomecraft rules engine and server.

Basically if you're writing anything involving Tomecraft, you're pulling in this lib.