Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chess/6-gameplay/gameplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ In the end, the important thing is that your design supports the additional `mov
"commandType": "MAKE_MOVE",
"authToken": "tokengoeshere",
"gameID": "337",
"move": { "start": { "row": 3, "col": 3 }, "end": { "row": 5, "col": 5 } }
"move": { "startPosition": { "row": 3, "col": 3 }, "endPosition": { "row": 5, "col": 5 } }
}
```

Expand Down