Skip to content

Instantly share code, notes, and snippets.

@crapthings
Created January 19, 2022 06:08
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 crapthings/0003d669217367788935288d266a9dfd to your computer and use it in GitHub Desktop.
Save crapthings/0003d669217367788935288d266a9dfd to your computer and use it in GitHub Desktop.
module.exports = [
{
"x":1,
"y":7,
"d":7
},
{
"x":2,
"y":8,
"d":7
},
{
"x":3,
"y":7,
"d":7
},
{
"x":4,
"y":7,
"d":7
},
{
"x":5,
"y":6,
"d":7
},
{
"x":7,
"y":5,
"d":7
},
{
"x":8,
"y":4,
"d":0
},
{
"x":10,
"y":5,
"d":1
},
{
"x":11,
"y":6,
"d":1
},
{
"x":12,
"y":6,
"d":1
},
{
"x":13,
"y":8,
"d":1
},
{
"x":14,
"y":10,
"d":1
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment