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.
MIT License
7 stars 2 forks source link

Break up can-i-have-that turn response #20

Closed johnameyer closed 4 years ago

johnameyer commented 4 years ago

The can-i-have-that TurnResponseMessage can be broken up into multiple segments since the player naturally only does one at a time and this would reflect real play better.

Of course the discard message is what signifies that the turn is over.