Commit Graph

4 Commits

Author SHA1 Message Date
Kistaro Windrider 00ea284cbc
Nil is not an error, much less a serious one. 2023-04-02 19:03:39 -07:00
Kistaro Windrider 576a2dd69e
Implement drawing and running a turn. 2023-04-01 20:52:46 -07:00
Kistaro Windrider f8b6b6b376
Start implementing Deck as a distinct type.
Deck does enough stuff it should be its own thing; its internal representation might change to make multiple insertions not quadratic, among other reasons. Currently it just does the obvious stuff, though. Allows inserting cards in random or specific slots and drawing cards. Shuffling a range of the deck comes later.
2023-04-01 11:50:39 -07:00
Kistaro Windrider 45bbfe4e8f
Initial commit.
No tests. Not complete.
2023-03-26 23:40:44 -07:00