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

Componentize game state #62

Closed johnameyer closed 3 years ago

johnameyer commented 3 years ago

Resolves GH-60

Couple of things currently outstanding:

johnameyer commented 3 years ago

Will break out validation, and subflows as separate issues to prevent the scope from growing too large.