Skip to content

Instantly share code, notes, and snippets.

@zethussuen
Created May 22, 2018 17:06
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 zethussuen/97cb5824659b137e817600373abd11f5 to your computer and use it in GitHub Desktop.
Save zethussuen/97cb5824659b137e817600373abd11f5 to your computer and use it in GitHub Desktop.
activeArea:
[
{
id: "12345", // string of card number
orientation: "n"
},
{
id: "23456",
orientation: "n"
},
{
id: "7890",
orientation: "e"
},
]
graveyardArea:
[
{
id: "12345", // string of card number
orientation: null
},
{
id: "23456",
orientation: null
},
{
id: "7890",
orientation: null
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment