X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=blobdiff_plain;f=TODO;h=8a41e7b710d622e2143beadfc29087297b8f10c5;hp=43345ef4c1511316885772ea614e693627484bd1;hb=84a046a1ad4157428b59831a32892b7978290c5f;hpb=1ad6c36feffec9aef9011a7585179f9e75b85600 diff --git a/TODO b/TODO index 43345ef..8a41e7b 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,17 @@ +Known bugs: + +- some positions show problem in the evaluation algorithm +- minishogi repetition rule, different from standard shogi, is + not implemented +- with no piece on board, computer generates invalid move + Target for v1.5: -- make X and raw two different display drivers - integrate H.G.Muller's work on the xboard protocol on top of new driver-like display handling - deprecate xshogi in favor of xboard +- use ~/.gnushogi for binary book and hash file + - make minishogi a run-time option rather than a compile-time one, using the "variant" mechanism of the xboard protocol @@ -36,3 +44,6 @@ Improvements - make it battle against Mutz-era gnushogi, and other engines, and compare their evaluation results - see what needs updating in book +- express available commands as display-dependant, instead of using if(XSHOGI) + - make "help" list commands available for current display +- make X and raw two different display drivers