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

Additional hand checking functionality #9

Closed johnameyer closed 4 years ago

johnameyer commented 4 years ago

Penalties should be less severe - don't slap the user with their entire hand if any of their plays are invalid Should objects be recreated to make sure there is no object modification used to work around the checks?

johnameyer commented 4 years ago

This should also be resolved with GH-33