antododo / tictactoeTuto

2 stars 1 forks source link

deploy game on ropsten #19

Closed AkaashMukherjee closed 6 years ago

dabana commented 6 years ago

1) Save game state to the block chain 2) Create an event for the react app to render a change in game state 3) Player connection

dabana commented 6 years ago

We will keep it simple for the tutorial: 1) Have an address mapping for checking players in and out 2) Generate and catch an event when the game is over if we have time 3) Handle draws with the RecoverBet() function