IRC-Llamas / cardlogic

Library for handling custom card game rules, starting with poker.
Apache License 2.0
2 stars 0 forks source link

Implement Game Commands #29

Open wodencafe opened 2 years ago

wodencafe commented 2 years ago

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.