ise-ethereum / on-chain-chess

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

Blockchain function to validate move by other player #210

Closed kyroy closed 8 years ago

kyroy commented 8 years ago

Task

Detailed Description

Provide a function in Chess.sol that validates a move send by the not turning player.

If white has to turn and black claims timeout and uses claimTimeoutEndedWithMove, this function will be called by black.

Notes