Chess Engine
C++ chess engine with movegen, bitboards, and Arduino-friendly docs
|
#include <defs.h>
Public Attributes | |
int | move |
int | score |
int S_MOVE::move |
Definition at line 62 of file defs.h.
Referenced by AddCaptureMove(), AddEnPassantMove(), AddQuietMove(), LegalMovesFrom(), moveExists(), MoveListOk(), parseMoveString(), Perft(), PerftTest(), and printMoveList().
int S_MOVE::score |
Definition at line 63 of file defs.h.
Referenced by printMoveList().