Workshop zkApp – CheckerSnapp
Please note this Snapp was developed on a Mina Workshop between 9-12th Dec 2021 and is a demo or work in progress. Snappsnet coming soon (keep up to date here > )
A Checkers game built to demonstrate Mina Snapps Smart Contracts at work. The game works according to the rules other than the following known Issues/TODOs,
- A players pieces can move over their own pieces.
- King can move over multiple pieces while removing the opposite pieces along the way.
- A player can not take multiple opposite pieces. Need a smart contract method to allow multiple move coordinates.
- Only way to win is to take all opposite pieces, there are no draws or other ways to win like number of moves or a timer.
- No UI. Plan is to work with something like https://github.com/GabrielMioni/react-checkers to have a UI.
- No tests!!! :/
Please note this Snapp was developed from the Mina Workshop between 9-12th Dec 2021 and is a demo/work in progress. Snappsnet Coming Soon (keep up to date here)
By Vim >
Read the Snapps Documents here >
GITHUB LINK