Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ckn1ght authored Dec 17, 2022
1 parent 462eb38 commit a6daf1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Otherwise you must input a specified one with only two coordinates (x, y).

### Example of the full move (bx, by, x, y)

2 2 0 0
3 3 1 1

This input will place X on board (2, 2) in cell (0, 0) if possible;
This input will place X on board (3, 3) in cell (1, 1) if possible;

Otherwise you'll need to repeat the input until it's correct.

### Example of a specified board move (x, y)

1 1

This input will place X on board (bx, by) in cell (0, 0) if possible where (bx, by) are coordinates of the last move by (x, y).
This input will place X on board (bx, by) in cell (1, 1) if possible where (bx, by) are coordinates of the last move by (x, y).

0 comments on commit a6daf1f

Please sign in to comment.