Initial stats, etc.

This commit is contained in:
2023-04-02 23:24:47 -07:00
parent bdc095e2b2
commit 825ee8d053
8 changed files with 168 additions and 0 deletions

3
koboldsim/doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package koboldsim implements the rules and model for a kobold mine
// simulation game, based on CardSimEngine.
package koboldsim