Skip to content

Instantly share code, notes, and snippets.

@goldensunliu
Created February 24, 2018 04:44
Show Gist options
  • Select an option

  • Save goldensunliu/0526d41c60c171a9067dcd4cb34663f5 to your computer and use it in GitHub Desktop.

Select an option

Save goldensunliu/0526d41c60c171a9067dcd4cb34663f5 to your computer and use it in GitHub Desktop.
const puzzle = [
[cell, cell, cell, cell, cell, cell, cell, cell, cell],
[cell, cell, cell, cell, cell, cell, cell, cell, cell],
[cell, cell, cell, cell, cell, cell, cell, cell, cell],
[cell, cell, cell, cell, cell, cell, cell, cell, cell],
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment