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

Implement managed waiting for mechanism #29

Closed johnameyer closed 4 years ago

johnameyer commented 4 years ago

Only thing left to do is figure out when and where the message should be pushed that the game is waiting for a player, considering not to push if there is no change

johnameyer commented 4 years ago

Punting messaging issue as this would go along with GH-21