A blockchain-based NFT gaming platform where players can claim free characters, battle opponents, and compete in tournaments.
- ⚔️ Battle System with timing-based attacks
- 🎯 Character claiming (1 free character per user)
- 📊 Player stats tracking
- 🏆 Leaderboard system
- 🛒 NFT Marketplace
- 💫 Animated UI with smooth transitions
- React.js
- Ethers.js
- Web3 (MetaMask)
- Polygon Network
- Vite
# Clone repository
git clone https://github.com/YOUR_USERNAME/hackrons-nft-game.git
# Navigate to project
cd hackrons-nft-game
# Install dependencies
npm install
# Run development server
npm run dev