README: changed sytling for targets
This commit is contained in:
10
README.md
10
README.md
@ -19,13 +19,13 @@ make
|
|||||||
If you do not use make, replace it with ninja for example. The build script contains multiple
|
If you do not use make, replace it with ninja for example. The build script contains multiple
|
||||||
targets:
|
targets:
|
||||||
|
|
||||||
- chess: This is the main target. It has a GUI and the user plays as white. The engine responds with
|
- `chess`: This is the main target. It has a GUI and the user plays as white. The engine responds with
|
||||||
a move for black.
|
a move for black.
|
||||||
- chessNoComputer: The user can play both sides in a GUI. Mainly added for testing the move
|
- `chessNoComputer`: The user can play both sides in a GUI. Mainly added for testing the move
|
||||||
generator.
|
generator.
|
||||||
- findMagicNumber: finds Magic Numbers for the magic bitboard.
|
- `findMagicNumber`: finds Magic Numbers for the magic bitboard.
|
||||||
- moveGenTest: tests the move generator,
|
- `moveGenTest`: tests the move generator,
|
||||||
- genMoveConsts: produces constants to generate moves faster.
|
- `genMoveConsts`: produces constants to generate moves faster.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user