pensquid / yobmef

Weird toy chess engine written *very much from scratch* in Rust.
14 stars 1 forks source link

Fix time management with threading (and stop immediately) #24

Closed UlisseMini closed 3 years ago

UlisseMini commented 3 years ago

Closes #10 (for real this time)

UlisseMini commented 3 years ago

The way I'm implementing this is SOO cursed, we'll need to refactor it later. I just need this to work so I can implement #9.

UlisseMini commented 3 years ago

The code is utterly fucked, I'm rewriting this with actors now to preserve my sanity