/TICTACTOE

TicTacToe game made with javascript and payments on top of Ethereum

Primary LanguageSolidity

TicTacToe

TicTacToe game made with javascript and payments on top of Ethereum Made for the Internship Pourpose Last Update Date : 13/11/2019

About the Game

This game is made to run on command promt with local host for the UI interaction the backenp paet is written in javascript

Softwares Needed

To run this game on your system you need to have nodejs version 10.17.0 or upper then that and npm version 6.11.3
Along with nodejs and npm we need to have truffle and ganache framework to have local blockchain network
For the wallet pourpose use Metamask (chrome extension or website)

Steps

here you just need to copy the command line codes which are written down here and you are good to go

  1. Install Git
  2. Install NodeJS (including NPM) on Your Computer
  3. Open a Terminal/Command Line and then git clone https://github.com/DhruvDoshi/TICTACTOE
  4. cd blocktactoe
  5. npm install
  6. npm install -g truffle
  7. npm install -g ganache-cli
  8. Open Ganache: ganache-cli
  9. Open a second Terminal/Command Line in the same folder and type in
  10. truffle migrate to deploy the smart contracts on Ganache
  11. npm run dev to start the webpack dev server
  12. Then open your browser

Note

If you come across any of the problems while loading the packages and running the javascript files let me mail over 160770107043@socet.edu.in

Preferences

For the development of this game tictactoe based on Blockchain network we had used erc-20 tokens and ethererum test network For the development purpose i had taken guidence from Ravinder Deol and Thomas Wienser cource over udemy