Skip to content

Emengkeng/Battle_Card_Game

Repository files navigation

Multi Player Battle Card Game

AVAXGOD is a battle card multi player card game for web3 enthusiasts. It is a combination of decentralized gaming, NFT winning.

It gives anyone a platform to not only get interested in gaming but also blockchain and Web3.

It was launch on the COREDAO Testnet

This is the frontend of this project, you can find the smartcontract HERE

Installation

  1. In the client directory, we run the React app. Smart contract changes must be manually recompiled and migrated.

    cd client
    npm i
    
    npm run start
  2. Jest is included for testing React components. Compile your contracts before running Jest, or you may receive some file not found errors.

    // ensure you are inside the client directory when running this
    npm run test
  3. To build the application for production, use the build script. A production build will be in the client/build folder.

    // ensure you are inside the client directory when running this
    npm run build

FAQ

  • Where is my production build?

    The production build will be in the client/build folder after running npm run build in the client folder.

  • Where can I find more documentation? React setup created with create-react-app. Either one would be a great place to start!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published