Tomecraft main library and protocol definition
Go to file
stryan 671f1a059d add diviner,mesmer,hologram,elephant,uuuh probably more things 2021-11-14 14:43:04 -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 diviner,mesmer,hologram,elephant,uuuh probably more things 2021-11-14 14:43:04 -05:00
cardtype_enumer.go add diviner,mesmer,hologram,elephant,uuuh probably more things 2021-11-14 14:43:04 -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 diviner,mesmer,hologram,elephant,uuuh probably more things 2021-11-14 14:43:04 -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 add player effects, initial support for arbitrary scrying 2021-11-11 15:08:47 -05:00
session.go custom deck support, card type generation 2021-11-08 15:01:07 -05:00
util.go add diviner,mesmer,hologram,elephant,uuuh probably more things 2021-11-14 14:43:04 -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.