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.
4 stars 2 forks source link

Euchre game setup bugs #96

Closed johnameyer closed 5 months ago

johnameyer commented 2 years ago

Max score defaults to 100 instead of 10 - see https://github.com/johnameyer/cards-ts/blob/1e99dc7831a28e514344c527d670dd71a4260382/packages/euchre/src/game-setup.ts#L20, and the "end round early" functionality does nothing.

johnameyer commented 5 months ago

Resolved with #111