MisterQueen
MisterQueen copied to clipboard
A chess engine written in C.
Mister Queen exceeds time in about 80 % of its games around move 40. Tried with 2+1, 40/2, with and without internal book, no difference. BTW, there is a fluctuation...
Hi Michael, For testing purposes I would like to be able to switch off the internal book. As there is no UCI parameter to do that what change should I...
Hi Michael, After a successful compiling (with -static and -march=native added) under WIN with just two warnings, a first test from cmd shows nearly two thousands of error lines about...
Any plan to fix this? > root@rock64:~# misterq > uci > id name Mister Queen > id author Michael Fogleman > uciok > position fen 8/2p1k3/5p1p/7P/6P1/8/r7/q1K5 w - - 0...
Added a simple example that can help users get started. Updated readme with basic information on usage.
slight changes
Replaced gen_moves() with gen_legal_moves() in root_search(). This should prevent the engine from making moves when checkmated.
What's up? "Unaware of draw by repetition." Plans to fix this? In python-chess they have this implemented is_repetition(count: int =3)-> bool So all they do is check if the current...
There is no time function that I can find. Time.h is included, but there is no code to use time. Droidfish starts the engine, white plays, then black just sits...