Tomecraft main library and protocol definition
Go to file
stryan b16df174ed update game_view to handle targeting 2021-11-10 18:00:43 -05:00
LICENSE readme and license 2021-10-04 11:53:21 -04:00
PROTOCOL.md update game_view to handle targeting 2021-11-10 18:00:43 -05:00
README.md readme and license 2021-10-04 11:53:21 -04:00
board.go start adding new cards 2021-11-08 15:33:55 -05:00
card.go more new cards 2021-11-08 16:59:39 -05:00
cardtype.go add enemy card type 2021-11-10 17:50:52 -05:00
cardtype_enumer.go add enemy card type 2021-11-10 17:50:52 -05: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 add first targeted affect (ally) 2021-11-10 17:44:54 -05:00
game_view.go update game_view to handle targeting 2021-11-10 18:00:43 -05:00
go.mod custom deck support, card type generation 2021-11-08 15:01:07 -05:00
go.sum custom deck support, card type generation 2021-11-08 15:01:07 -05:00
player.go player created in game 2021-10-01 14:01:38 -04:00
session.go custom deck support, card type generation 2021-11-08 15:01:07 -05:00
util.go add first targeted affect (ally) 2021-11-10 17:44:54 -05: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.