Tomecraft main library and protocol definition
Go to file
stryan 93b54b24c4 add rules text 2021-11-30 21:41:11 -05:00
LICENSE readme and license 2021-10-04 11:53:21 -04:00
PROTOCOL.md add student and librarian,update protocol 2021-11-14 15:01:18 -05:00
README.md readme and license 2021-10-04 11:53:21 -04:00
board.go empty cards have owners, clogs and duds should work 2021-11-16 18:07:24 -05:00
card.go empty cards have owners, clogs and duds should work 2021-11-16 18:07:24 -05:00
card_view.go add rules text 2021-11-30 21:41:11 -05:00
cardtype.go add Bureaucrats and clog 2021-11-16 15:51:09 -05:00
cardtype_enumer.go add Bureaucrats and clog 2021-11-16 15:51:09 -05:00
cmd.go add rules text 2021-11-30 21:41:11 -05:00
deck.go more deck util 2021-11-19 14:10:15 -05: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
gamestatus_enumer.go better enums 2021-11-16 16:44:19 -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
targetstatus_enumer.go better enums 2021-11-16 16:44:19 -05:00
util.go better enums 2021-11-16 16:44:19 -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.