File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ <h3>One small jump for a pawn...</h3>
81
81
to capture the most valuable piece with our least valuable one. For quiet moves, we try to play the move
82
82
which maximizes the mobility of our pieces. (which is simply the number of 'set' bits in the attack map
83
83
of that particular piece).</ p >
84
- < p > The final header file, < i > ` board.h` </ i > defines a 'board' class which is essentially the engine itself.
84
+ < p > The final header file, < em > board.h</ em > defines a 'board' class which is essentially the engine itself.
85
85
It keeps a normal record (2D array of characters) of the chess board, which side gets to move next, all the
86
86
various bitboards required, etc. and interfaces with WinBoard/the human player. The function < em > move(std::string)</ em >
87
87
will take a coordinate notation move eg: < em > e2e4</ em > and make the necessary changes to the internal game
You can’t perform that action at this time.
0 commit comments