Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/transitions builder #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

johnameyer
Copy link
Owner

@johnameyer johnameyer commented Apr 15, 2024

Closes #113

Work to be done still:

  • Change state variables to be a list of strings (not joined string)
  • Figure out how handleRoundRobin will track state
  • Figure out names (sequence)
  • Hide direct access to state, waiting, players handlers
  • Figure out top level struct (i.e. start/end game and appropriate logic - e.g. complete())
  • Clarify beforeEach / sequence type idiosyncrasies
  • Consider if necessary to remove empty nodes or if these can be avoided outright
    • Main concern is naturally around loops where we don't currently want an end node to be conditional
    • Possibly we can use some placeholder flag if need be
  • Standardize testing mocks/constructs between these tests and the driver tests
  • Trick construct (or others?)
  • Implement for every game handler and verify behavior
  • (stretch) Generate mermaid diagram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add state machine composition
1 participant