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

Intermediary defaults #28

Open johnameyer opened 4 years ago

johnameyer commented 4 years ago

The base intermediary class should support 'advanced' components by breaking them down to the user as a composite of simpler components. That way, when a new component is introduced, it does not have to be supported by all the intermediaries.