CardSimEngine/cardsim
Kistaro Windrider 3e34e25f54
Major stats upgrade.
StatLiteral: just emit a stat in the obvious way. Plus helper functions.

Can also identify stats via struct tags, no more Stored type!

Can also identify stat methods via name (with compatible types).
2023-04-04 11:12:07 -07:00
..
card.go Implement a very crude "game" as a test. Also updates Player. 2023-04-02 19:01:40 -07:00
deck.go Refactor Strip (already). 2023-04-01 19:40:28 -07:00
doc.go Initial commit. 2023-03-26 23:40:44 -07:00
errors.go Nil is not an error, much less a serious one. 2023-04-02 19:03:39 -07:00
infopanel.go displayStatsMenu 2023-04-02 00:36:12 -07:00
messages.go Panel display, MultiMessage. 2023-04-02 00:20:37 -07:00
player.go Debug utility function and comments 2023-04-02 19:35:07 -07:00
rules.go Fix shadowing bug in rules engine. 2023-04-02 19:36:28 -07:00
sliceutil.go Refactor Strip (already). 2023-04-01 19:40:28 -07:00
stats.go Major stats upgrade. 2023-04-04 11:12:07 -07:00
terminalui.go Fix excess divider mess in message display. 2023-04-03 01:45:38 -07:00