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
- Install Git
- Install NodeJS (including NPM) on Your Computer
- Open a Terminal/Command Line and then git clone https://github.com/DhruvDoshi/TICTACTOE
- cd blocktactoe
- npm install
- npm install -g truffle
- npm install -g ganache-cli
- Open Ganache: ganache-cli
- Open a second Terminal/Command Line in the same folder and type in
- truffle migrate to deploy the smart contracts on Ganache
- npm run dev to start the webpack dev server
- 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