Skip to content

Instantly share code, notes, and snippets.

@nategraves
Created June 25, 2015 16:37
Show Gist options
  • Save nategraves/150e71acc48eff40bb65 to your computer and use it in GitHub Desktop.
Save nategraves/150e71acc48eff40bb65 to your computer and use it in GitHub Desktop.
characterIndex = [0,0]
board = [
["X","_","_","_","_","_",],
["_","_","_","_","_","_",],
["_","_","_","_","_","_",],
["_","_","g","_","_","_",],
["_","_","_","_","_","g",],
["_","_","_","_","_","_",],
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment