A kobold social/economic simulation based on git.chromaticdragon.app/kistaro/CardSimEngine
Go to file
Kistaro Windrider a237fa81bf
pull try out of Add
deferring a recovery handler is normal in Go but opaque. Pulling out a helper for this (`try`) makes it more obvious that this is just another "if this operation fails, return error" case.
2024-09-29 12:41:49 -07:00
.vscode Remove stale "Add case" snippet 2024-09-29 12:20:53 -07:00
koboldsim pull try out of Add 2024-09-29 12:41:49 -07:00
main Initial stats, etc. 2023-04-02 23:24:47 -07:00
.DS_Store Card 10, first PIP implementation 2024-09-29 09:29:50 -07:00
.gitignore go.mod, gitignore 2023-04-02 22:30:52 -07:00
go.mod fix compilation errors and warnings 2024-09-29 10:27:15 -07:00
go.sum Chaos Stat 2023-05-13 20:05:07 -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