Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created December 27, 2011 19:55
Show Gist options
  • Save niyazpk/1524962 to your computer and use it in GitHub Desktop.
Save niyazpk/1524962 to your computer and use it in GitHub Desktop.
var board = [[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment