Advertisement
morty0505

Untitled

Dec 14th, 2016
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. int validMoveExists(board,color)
  2. for(y = 0 til 8)
  3. for x = 0 til 8
  4. if isValidMove(board,x,y,color)
  5. return TRUE
  6. return FALSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement