Tomecraft core engine
Go to file
stryan 82d2afa3fa update deps 2021-10-07 13:02:40 -04: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 initial migration 2021-10-01 13:40:46 -04:00
card.go initial migration 2021-10-01 13:40:46 -04:00
deck.go initial migration 2021-10-01 13:40:46 -04:00
game.go dont allow playing from max hand size 2021-10-01 21:14:53 -04:00
game_view.go initial migration 2021-10-01 13:40:46 -04:00
go.mod update deps 2021-10-07 13:02:40 -04:00
go.sum update deps 2021-10-07 13:02:40 -04:00
oracle.go don't steal from sentinal on scourge card draw 2021-10-07 12:58:08 -04:00
player.go initial migration 2021-10-01 13:40:46 -04: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.