Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 321 Bytes

Protocol

Board

BOARD <you> <width> <height> <board>

  • <you> The character that was assigned to you
  • <width> The width of the board
  • <height> The height of the board
  • <board> The encoded board. Each character is a filed in the board. You can use the formula x = index / width and y = index % height