Skip to content

Commit b00c2e6

Browse files
authored
Update README.md
1 parent 90b52a7 commit b00c2e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ When Initializing a game you can specify a starting position in a modified FEN f
3434
Outputs a board into a position
3535
Ported from https://en.wikipedia.org/wiki/Forsyth-Edwards_Notation
3636
The position conists of 5 tokens, separated by a single space. The tokens are outlined as follows:
37-
1. Piece placement (from white's perspective). Each point is described, starting with 24 and ending with point 1; within each point, the number and color of checkers is described. (white = "W", black = "B". Empty points are denoted by "/".
38-
2. Active color. "W" means white moves next, "B" means black.
39-
3. Two digits in hexadecimal format (0 for none, F for 15). The first digit is the number of white checkers on the bar, the second digit is the number of black checkers on the bar.
40-
4. Full move number: The number of the full move. It starts at 1, and is incremented after blacks move.
41-
5. Two digits numbered 0 through 6. The first and second are the values rolled for two dice (1 to 6). If a digit is zero, it denotes the die is yet to be rolled.
37+
* 1. Piece placement (from white's perspective). Each point is described, starting with 24 and ending with point 1; within each point, the number and color of checkers is described. (white = "W", black = "B". Empty points are denoted by "/".
38+
* 2. Active color. "W" means white moves next, "B" means black.
39+
* 3. Two digits in hexadecimal format (0 for none, F for 15). The first digit is the number of white checkers on the bar, the second digit is the number of black checkers on the bar.
40+
* 4. Full move number: The number of the full move. It starts at 1, and is incremented after blacks move.
41+
* 5. Two digits numbered 0 through 6. The first and second are the values rolled for two dice (1 to 6). If a digit is zero, it denotes the die is yet to be rolled.

0 commit comments

Comments
 (0)