realm-of-ra / mancala

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

Create Game Model and Game Action system #12

Closed web3technologies closed 1 month ago

web3technologies commented 1 month ago

This is a core piece of the code.

We need a game Model that will store the state of a game.

In the Game Action system we need to have a method to create the game and then create the method to allow two users to make a "move".

web3technologies commented 1 month ago

Initial commit to initiate the game model https://github.com/realm-of-ra/mancala/pull/13