Skip to content

A GameFi app on Everscale that allows players to compete to capture the most cells on an endless battlefield.

Notifications You must be signed in to change notification settings

clash-of-hex/dapp

Repository files navigation

Clash of Hex logo

Clash of Hex

A GameFi dApp that allows players to compete with capture the most cells on an hex battlefield

Roadmap 🛣

  • <0xS1> 💡🤯 Ideas brainstorming, calculations and modeling
  • <0xS2> 💃🏻👷‍♀ Development, calculations, modeling, development, testing, development and testing
  • <0xS3> 🚀🐣 ️First Alpha version
  • <0xS4> 🧑‍🏭👷‍♀️Testing, development and testing
  • <0xS5> 🤞👉 Elysium Hackathon 2022 on GitCoin
  • <0xS6> 👷‍♀👷‍ Implement interactive tutor
  • <0xS7> 🚣‍♂️🚣‍ Waiting list form
  • <0xS8> 🎉🚀 Launch on mainnet
  • <0xS9> 🏆🥇 First Tournament

Looking for team members

We use Web3, JS, TypeScript, Node.js, UX, ever-solidity, solidity, etc.

You are a curious mind, and your skills, both potential and realized, can be helpful to our team. Come to the chat for onboarding and tell us about yourself to become a member of our team.

Develop

npm install

Develop App

cd src/app
npm run se-reset
npm test

Develop Web

npm run build-app
cd src/web
npm start

Preview

npm start

Deploy

git remote add gh-pages git@github.com:clash-of-hex/clash-of-hex.github.io.git
npm run deploy