A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine
Go to file
Kistaro Windrider f7bed6c4b9
Can't assume CanDo is always there.
BasicPolicy doesn't know how to do fallback, that's driven by the VerbosePolicy. But the VerbosePolicy isn't there if BasicPolicy is trying to use CanDo itself. Just remove the check.
2023-04-03 21:15:43 -07:00
koboldsim Can't assume CanDo is always there. 2023-04-03 21:15:43 -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