This ticket is to implement the Game commands (startgame, cancelgame, joingame, leavegame).
We need to decide where and how these will be handled, my initial thoughts are a class to act as both a Mediator and Visitable, but I'm not sure if this is the best approach.
This ticket is to implement the Game commands (
startgame
,cancelgame
,joingame
,leavegame
).We need to decide where and how these will be handled, my initial thoughts are a class to act as both a Mediator and Visitable, but I'm not sure if this is the best approach.
Thoughts are welcome.