You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2025. It is now read-only.
We need to implement a mechanism to handle events received from the game controller. This issue will likely involve more design considerations than actual lines of code, as it's about figuring out the best approach. Look at appendix B in the rules.
We get the information from the referee, like time out, kick off, penalty kick, but we don't do anything with the information. The task is to set up the structure for this. It should probably be the slowbrain that act upon the information received from the gamecontroller.
Description:
We need to implement a mechanism to handle events received from the game controller. This issue will likely involve more design considerations than actual lines of code, as it's about figuring out the best approach. Look at appendix B in the rules.
We get the information from the referee, like time out, kick off, penalty kick, but we don't do anything with the information. The task is to set up the structure for this. It should probably be the slowbrain that act upon the information received from the gamecontroller.
link to gamecontroller: http://localhost:8081
Tasks:
Considerations: