vampirc / vampirc-uci

A Universal Chess Interface (UCI) protocol parser and message generator.
https://vampirc.kejzar.si
Apache License 2.0
19 stars 7 forks source link

Vampirc uci 16 #18

Closed MadMatt04 closed 4 years ago

MadMatt04 commented 4 years ago

Implementation of negative Durations from #16. Replaced std::time::Duration with chrono::Duration and added some tests.