pranshu-taneja / Multiplayer-Decentralized-Tic-Tac-Toe-

I have made a cool decentralized gaming tournaments application where you can join into the online tournament and bet for the game on the blockchain.⛓️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Decentralized Tic-Tac-Toe 🎮

  • There is a tournaments Section where users can come and join into the tournaments.
  • Each user has to pay some specified amount in crypto to get entered into the game and then the winner will the get the prize in the form of digital assets.
  • There is a lobby page and gaming page for waiting room and playing room seperatly.

You can still use most of the functionalities.👇

  • Just pull the code and use npm install for both frontend and server.
  • and then use npm start respectively to make them running
  • Start the hardhat local blockchain by npx hardhat node in the frontend directory and connect your hardhat accounts with the metamask using their private keys.
  • You can use either hardhat or remix to deploy the contract (bonus: Use Remix --easy)
  • Change the contract address for both /frontend/src/app.js and /server/index.js. (change the deployed contract address basically)
  • Now use the website.🥳

ScreenShots:

  • Interating from first client and entering into the tournament

Screenshot-from-2023-03-28-22-13-40

  • First client is added and waiting into the lobby while the second user will connect by register button

Screenshot-from-2023-03-28-22-15-46

  • Both Of the have joined and are have forwared to the gameplay page

Screenshot-from-2023-03-28-22-16-29

About

I have made a cool decentralized gaming tournaments application where you can join into the online tournament and bet for the game on the blockchain.⛓️


Languages

Language:JavaScript 81.4%Language:HTML 8.6%Language:Solidity 5.3%Language:CSS 4.7%