Skip to content

Instantly share code, notes, and snippets.

@cazala
Created July 25, 2018 15:23
Show Gist options
  • Save cazala/9720b7650f191dc6c41e8015358c8cb5 to your computer and use it in GitHub Desktop.
Save cazala/9720b7650f191dc6c41e8015358c8cb5 to your computer and use it in GitHub Desktop.
if (amountOfValidMoves === 0) {
if (store.getState().match.status === 'started') {
next(checkmate())
setTimeout(() => next(initSquares()), 10000)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment