Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 613 Bytes

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