Solidity contract templates that lets users create custom game modes for Zombie Battlegrounds.
Quick Links:
The ZB Interface:
contract ZBattlegroundGame {
}
Quick Start:
Make sure you have ganache running
yarn install
truffle test
We wanted a cool way for users to add custom game modes to the Zombie Battlegrounds.
Checkout https://cryptozombies.io for tutorials on how to use this