-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
We need to create the basic simulation functionality to show that a game can be simulated.
Once we have both frontends started (scorekeeper can hit some buttons and an event will fire), we can start working on the integration needed to see game updates in real time.
An idea could be to setup a basic web socket connection between the two different frontends, with the scorekeeper having a button that would generate a web socket message and the scoreboard frontend listening for that message. That message could contain some basic info that says to update the home team's score by one, or to increase the period by one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog