mvanthoor / rustic

Rustic is a chess engine. It is written from scratch in the Rust programming language.
https://rustic-chess.org/
GNU General Public License v3.0
132 stars 7 forks source link

Merge UciReport and XBoardReport into single command set #64

Closed mvanthoor closed 2 years ago

mvanthoor commented 2 years ago

This will allow the engine to handle incoming commands without having to match on UCI or XBoard commands. The commands are just filled with the relevant information, either by the UCI or XBoard communication module.

mvanthoor commented 2 years ago

Done.