Difference between revisions of "Wendy's JSON"

From Coder Merlin
Line 3: Line 3:
=== Board ===
=== Board ===


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

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