loomnetwork / zb_game_mode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Solidity 80.6%Language:JavaScript 18.6%Language:Shell 0.7%