The is a Play on Conway's Game of Life. The objective of the game is to find patterns that repeat themselves. Submit proof of solutions on mina chain to win points.
point system using customToken [WIP]
npm run build
for building the contracts.npm run start
to startrun.ts
inside contracts.npm run dev
to test the svelt frontend.zk config
for setting up the config file and create keys.npm run deploy
for deploying the contracts on the chain usingcustomDeploy
script inside contracts.
A simple frontend is implemented in UI/
for testing the contracts.
npm run test
npm run testw # watch mode
npm run coverage