CardSimEngine/cardsim
Kistaro Windrider 99e9e35b1d
Card.Drawn, to give cards a chance to not show up
A card can be shuffled into the deck because of a certain condition, and then that condition could cease to apply. If the card should not be presented to the player, it gets one last chance to hide.

There is currently no direct mechanism for making a card _already in the hand_ disappear if it is not relevant, although there are various ways to implement a Rule to do this.
2023-04-01 18:05:57 -07:00
..
card.go Card.Drawn, to give cards a chance to not show up 2023-04-01 18:05:57 -07:00
deck.go Fix InsertRandomRange warnings. 2023-04-01 14:39:56 -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
infopanel.go BasicStatsPanel 2023-04-01 14:38:45 -07:00
messages.go Initial commit. 2023-03-26 23:40:44 -07:00
player.go Explain generic types and add DebugLevel to Player 2023-04-01 13:32:25 -07:00
rules.go Generics tutorial on Rule 2023-04-01 17:56:31 -07:00
stats.go BasicStatsPanel 2023-04-01 14:38:45 -07:00