A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine
Go to file
Kistaro Windrider a1f55c865d
Refactor VerbosePolicy.
This allows it to switch between other complete policies, with fallbacks to a default if parts aren't impelemented. Complementing it is the change to BasicPolicy, which throws ErrUnimplemented if fields are missing, which VerbosePolicy uses as a "go ask the default" sign.
2023-04-03 19:41:32 -07:00
koboldsim Refactor VerbosePolicy. 2023-04-03 19:41:32 -07:00
main Initial stats, etc. 2023-04-02 23:24:47 -07:00
.gitignore go.mod, gitignore 2023-04-02 22:30:52 -07:00
go.mod Fix nil deref and identity failure. 2023-04-03 01:59:23 -07:00
go.sum Fix nil deref and identity failure. 2023-04-03 01:59:23 -07:00
LICENSE Initial commit 2023-04-03 05:17:39 +00:00
README.md Initial commit 2023-04-03 05:17:39 +00:00

KoboldSim

A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine