From 2d49f865173104ccfb3c4cc6b8f1011ac639e394 Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Tue, 26 Mar 2024 00:04:42 +0100 Subject: [PATCH] README: changed sytling for targets --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 96f84de..a421e06 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ make If you do not use make, replace it with ninja for example. The build script contains multiple 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. -- 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. -- findMagicNumber: finds Magic Numbers for the magic bitboard. -- moveGenTest: tests the move generator, -- genMoveConsts: produces constants to generate moves faster. +- `findMagicNumber`: finds Magic Numbers for the magic bitboard. +- `moveGenTest`: tests the move generator, +- `genMoveConsts`: produces constants to generate moves faster. ## Testing