Skip to content

Instantly share code, notes, and snippets.

@anissen
Created March 24, 2015 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anissen/0f65cceeddf6c2dce486 to your computer and use it in GitHub Desktop.
Save anissen/0f65cceeddf6c2dce486 to your computer and use it in GitHub Desktop.
Hexmage mermaid diagram
graph LR
subgraph User
Action(Action) --> ChangeState
UserEvents(Events)
end
subgraph Game
Commands(Commands) --> ChangeState(<b>Change State</b>)
ChangeState --> Events
Events(Events) --> Commands
end
Events --> UserEvents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment