CardSimEngine/cardsim
Kistaro Windrider 74ca51b21d
actions mode, prompt cleanup
Fixes some off-by-one errors. A 1-indexed UI in a 0-indexed language is always going to be prone to those and I will no doubt find more when I have enough of a test program to experiment with...
2023-04-02 13:19:26 -07:00
..
card.go displayStatsMenu 2023-04-02 00:36:12 -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 Implement drawing and running a turn. 2023-04-01 20:52:46 -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 Skeleton of prototypical UI. 2023-04-01 23:22:50 -07:00
rules.go Generics tutorial on Rule 2023-04-01 17:56:31 -07:00
sliceutil.go Refactor Strip (already). 2023-04-01 19:40:28 -07:00
stats.go BasicStatsPanel 2023-04-01 14:38:45 -07:00
terminalui.go actions mode, prompt cleanup 2023-04-02 13:19:26 -07:00