/zb_game_mode

ZombiebBattleGround Game Modes in Solidity. For Extending the gameplay with custom game modes

Primary LanguageSolidityBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Zombie_Battleground_GAME_MODE

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

Background

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