realm-of-ra / mancala

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

added forfeit action #109

Closed Josh-121 closed 2 days ago

Josh-121 commented 1 week ago

added forfeit action

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mancala ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 6:43pm
mancala-pkco ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2024 6:43pm
okhaimie-dev commented 1 week ago

@Josh-121 you will need to implement a function to forfeit game in the systems/actions file. Can you also write test to make sure this works as it should.

re: https://book.dojoengine.org/framework/contracts/systems

Josh-121 commented 1 week ago

@Josh-121 you will need to implement a function to forfeit game in the systems/actions file. Can you also write test to make sure this works as it should.

re: https://book.dojoengine.org/framework/contracts/systems

Alright. On it