Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.19 KB

CryptoZombies Web3 Game 🧟‍♂️

Welcome to the CryptoZombies Game repository! This project showcases my skills in blockchain development by implementing a unique and interactive game on the Ethereum blockchain.

Features 🚀

  • Zombie Factory: Generate unique zombies with distinct DNA sequences.
  • Zombie Feeding: Feed your zombies to create new zombie types.
  • Zombie Battle: Engage in battles to level up and gain experience.
  • Crypto Collectibles: Implement ERC721 tokens for non-fungible zombie collectibles.

Skills Demonstrated 💡

  • Solidity Programming: Writing smart contracts in Solidity.
  • Blockchain Development: Building decentralized applications (dApps).
  • Smart Contract Deployment: Deploying smart contracts to Ethereum.
  • ERC721 Implementation: Creating and managing non-fungible tokens (NFTs).
  • Game Mechanics: Developing engaging game logic and mechanics.

Repository Structure 📂

  • contracts/: Solidity smart contracts.
  • ZombieFactory.sol: Create and manage zombies.
  • ZombieFeeding.sol: Feed zombies and generate new types.
  • ZombieHelper.sol: Assist with battles and leveling up.
  • ERC721.sol: ERC721 standard implementation.