dannyhammer / brogle

I felt like writing a chess engine. So I did.
2 stars 0 forks source link

Make UCI protocol its own crate, or find one #2

Closed dannyhammer closed 2 months ago

dannyhammer commented 1 year ago

All UCI communication types (and related) should be its own crate. That is, the dutchess_engine should be able to send/receive UCI messages/commands/responses (should have a name for these types), but those types shouldn't be internal.

That way, the protocol crate can be standalone, just like XBoard

dannyhammer commented 2 months ago

Resolved with the introduction of protocos/uci.rs