CardSimEngine/cardsim
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
..
card.go Card.Then 2023-03-27 20:21:57 -07:00
deck.go Start implementing Deck as a distinct type. 2023-04-01 11:50:39 -07:00
doc.go Initial commit. 2023-03-26 23:40:44 -07:00
errors.go Start implementing Deck as a distinct type. 2023-04-01 11:50:39 -07:00
messages.go Initial commit. 2023-03-26 23:40:44 -07:00
player.go Start implementing Deck as a distinct type. 2023-04-01 11:50:39 -07:00
rules.go Delay rules updates during rule execution. 2023-03-27 00:08:56 -07:00
stats.go Initial commit. 2023-03-26 23:40:44 -07:00