Skip to content

Instantly share code, notes, and snippets.

@tinkerstudent
Created March 26, 2016 21:31
Show Gist options
  • Select an option

  • Save tinkerstudent/d77415d5fe9f90ec23c5 to your computer and use it in GitHub Desktop.

Select an option

Save tinkerstudent/d77415d5fe9f90ec23c5 to your computer and use it in GitHub Desktop.
public Move[][] moves = {
{ Move.NONE, Move.NONE, Move.NONE },
{ Move.NONE, Move.NONE, Move.NONE },
{ Move.NONE, Move.NONE, Move.NONE },
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment