Tomecraft core engine
Go to file
stryan 272903fabc copy slices to prevent weird slice overlap 2021-11-19 13:53:43 -05:00
LICENSE readme and license 2021-10-04 11:50:42 -04:00
README.md readme is markdown 2021-10-04 11:54:09 -04:00
board.go empty cards have owners, clogs and duds should work 2021-11-16 18:06:52 -05:00
card.go empty cards have owners, clogs and duds should work 2021-11-16 18:06:52 -05:00
deck.go empty cards have owners, clogs and duds should work 2021-11-16 18:06:52 -05:00
game.go copy slices to prevent weird slice overlap 2021-11-19 13:53:43 -05:00
game_view.go update game_view to handle targeting 2021-11-10 18:00:27 -05:00
go.mod allow custom decks 2021-11-08 15:00:41 -05:00
go.sum allow custom decks 2021-11-08 15:00:41 -05:00
oracle.go copy slices to prevent weird slice overlap 2021-11-19 13:53:43 -05:00
player.go add player effects, initial support for arbitrary scrying 2021-11-11 15:08:38 -05:00

README.md

Tomecraft Engine

This repo contains the core rules engine for Tomecraft.

This combined with tome_lib should let you write up the game engine for either local use or for use in a server.