Skip to content

Releases: johnameyer/cards-ts

@cards-ts/[email protected]

30 Nov 07:18
d6ef1ae
Compare
Choose a tag to compare

Minor Changes

  • Add generic state machine composition structures and execution as well as initial set of machine factory functions for common use cases. Adds sequence, conditionalState, and loop for generic state wiring and the functions handleSingle, handleAll, handleRoundRobin, and handleRoundRobinFirst to cover most handler-calling use cases.

@cards-ts/[email protected]

23 Sep 05:06
Compare
Choose a tag to compare

Minor Changes

  • 630015b Thanks @johnameyer! - Change signature of event handler definition for future ease of reusing standard messages and components

  • #131 f40b9ce Thanks @johnameyer! - Export buildGameFactory method to reduce generic hell from typing the old AbstractGameFactory

@cards-ts/[email protected]

13 Sep 03:03
e117e8e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cards-ts/[email protected]

13 Sep 03:03
e117e8e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cards-ts/[email protected]

13 Sep 03:03
e117e8e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cards-ts/[email protected]

13 Sep 03:03
e117e8e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@cards-ts/[email protected]

23 Jan 06:43
Compare
Choose a tag to compare

Patch Changes

  • 4a55a3f: Fix bug where bidder was reset when parameter was undefined