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

Initial work on splitting the turn response into multiple messages #33

Closed johnameyer closed 4 years ago

johnameyer commented 4 years ago

Splits the turn response into a discard, go down, and play message. Would resolve GH-20