johnameyer / cards-ts

A card game framework and various games in Typescript. The framework allows for bot development and playing card games in the terminal or in a browser.
6 stars 2 forks source link

Support sending messages mid-waiting #40

Open johnameyer opened 3 years ago

johnameyer commented 3 years ago

Support sending a message once a player has completed an action, regardless of if the group has.

In war, for example, there is no harm to saying what the player flipped over while waiting on the opponent.

Will have to involve modifying the checks of when the iterator runs or moving message functionality out of there entirely.