realm-of-ra / mancala

https://meowing-anteater-cee.notion.site/Mancala-Game-MVP-7521e2f2e5294575b33b17601afde810
MIT License
9 stars 26 forks source link

Add Join game logic #20

Closed web3technologies closed 1 month ago

web3technologies commented 1 month ago

Currently when creating a game both player_one and player_two are required arguments. player_two will not be known at this time and we need to first create the game and then allow the player_two to join.

The goal of this is to create the join_game function and refactor the create_game function.