realm-of-ra / mancala

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

Create game restart functionality #42

Closed web3technologies closed 16 hours ago

web3technologies commented 1 month ago

We need a player to be able to restart a game. Add a new function on the MancalaGame model that will restart the game.

Iwueseiter commented 1 month ago

Hi @web3technologies can I work on this? Here is how I would tackle the issue: I will study the code and further implement a method that resets a game to its initial state, making it possible to restart a game. I would do this quickly and as expected. I'm looking forward to a response and further instructions.

web3technologies commented 1 month ago

Hi @Iwueseiter happy to see your interest. What is your timeline for completion? We are in need of this logic completion ASAP

Iwueseiter commented 1 month ago

@web3technologies 3 working days maximum.

web3technologies commented 1 month ago

@Iwueseiter the task has been assigned to you.

web3technologies commented 1 month ago

@Iwueseiter Whats your progress on this issue?

Iwueseiter commented 1 month ago

@web3technologies I've started working on this and will create PR as soon as possible.

the-first-elder commented 1 week ago

I can do this

Josh-121 commented 1 week ago

Having going through the code base I think I can be able to deliver on this within 3days. I have some logic in place