DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Abstract out the concept of a JoinableGame #85

Open AridTag opened 6 years ago

AridTag commented 6 years ago

For example Rock paper scissors has the concept of people choosing to join the game.

We're going to create a Heist game as well, so that we can see what's consistent, extract it, and test that portion separate from the rest of the join-able games.