Difference between revisions of "Wendy's JSON"

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


=== Board ===


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

Revision as of 10:21, 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

}