ise-ethereum / on-chain-chess

Play decentralised chess on the Ethereum blockchain!
MIT License
214 stars 41 forks source link

The contract updates and pushes new states #188

Closed Peterschuellermann closed 8 years ago

Peterschuellermann commented 8 years ago

Task

Detailed Description

Story: #167

Notes

Tin-App commented 8 years ago

The BC already saves states when they are newer than the current state & valid with the moveFromState() in Chess.sol. The "pushing" part is done by execution of the move() function inside the moveFromState() function. Causing an GameStateChanged() event.

Tin-App commented 8 years ago

Is this task about implementing a changeGameState() without a move?

graup commented 8 years ago

I am under the impression that this task is already implemented.