Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created January 11, 2012 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niyazpk/1593251 to your computer and use it in GitHub Desktop.
Save niyazpk/1593251 to your computer and use it in GitHub Desktop.
if (row > 0 && row < 8 && column > 0 && column < 8 ){
// valid move
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment