Skip to content

antoniods/solidity-game

Repository files navigation

Crypto Zombie, a basic solidity app

A solidity smart contract for the Ethereum based zombie game.

  • Main attraction is the random traits for every new Zombie created via random DNA generation. surprise element when Zombies feeded with cryptokitties.
  • Ownership of zombie and quantity is stored in Contract as permanent storage in Blockchain. Ownership is mapped through the identity ethereum 16 Bit hexadecimal address.
  • Public function in contract for the zombie creation and couples of private method defined.
  • Contract safe from overflow situations.
  • Zombies can attack, can be level up.
  • Higher the level, higher will be the fee.
  • Can be easily pluggable to any standard Crypto Platform as it the Contract works on the ERC721 Standards.

TO DO:

  • Web3js integration to use the contract, implementation in JS. DONE.

About

Testing Solidity "ethereum" language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published