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

Fix console-user getting stuck with live cards #2

Open johnameyer opened 4 years ago

johnameyer commented 4 years ago

As a user, if my hand was entirely live after I had gone down, the game should give me a way to play on others. As a user, if my hand was entirely live and I can't go down, this should be handled somehow (grabbing cards from the deck until not live? simply ending the round there?)