A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine
Go to file
Kistaro Windrider d434e50897
Shuffle cards back by default.
If no After function is provided for a SwitchingCard, it uses ShuffleIntoBottomHalf.

This also modifies Then to be callable with a nil `o`, which it recognizes as "nothing happened but we need cleanup anyway", in preparation for the incoming "make cards sometimes not drawable" feature.
2023-04-08 18:18:00 -07:00
koboldsim Shuffle cards back by default. 2023-04-08 18:18:00 -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 Refactor, new menu, issue feature update 2023-04-04 13:22:43 -07:00
go.sum Refactor, new menu, issue feature update 2023-04-04 13:22:43 -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