Difference between revisions of "Wendy's JSON"

From Coder Merlin
Line 1: Line 1:
== JSON ==
= JSON =


=== Board ===
=== Board ===
Line 9: Line 9:
     "Grids": 9
     "Grids": 9
     "Tiles": 81
     "Tiles": 81
}
=== Rows ===
{
  }
  }

Revision as of 10:23, 8 September 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

JSON[edit]

Board[edit]

{
   "Board": Board
   "Rows" : 9
   "Columns": 9
   "Grids": 9
   "Tiles": 81
}

Rows[edit]

{


}