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.
Since most of the state transformers just use JSON stringify and parse under the hood, we can move that up to the parent class and have children only override to/fromObj.
Since most of the state transformers just use JSON stringify and parse under the hood, we can move that up to the parent class and have children only override to/fromObj.