wchess: basic chess rules

This commit is contained in:
Fraxy V
2023-11-27 10:41:04 +02:00
parent a44b21bce0
commit 8f2d8eae10
5 changed files with 286 additions and 195 deletions

View File

@ -190,7 +190,7 @@ void WChess::run() {
set_status(txt);
}
if (!command.empty()) {
set_moves(m_board->processTranscription(command));
set_moves(m_board->process(command));
}
}
}