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.
While most of the state is now in a form that is serializable, the part tied up in the game driver async/generator is not. Some sort of state machine should be created to allow this to be preserved.
While most of the state is now in a form that is serializable, the part tied up in the game driver async/generator is not. Some sort of state machine should be created to allow this to be preserved.