XBoard: split printing of the features line for clarity.
[gnushogi.git] / TODO
diff --git a/TODO b/TODO
index ab9b5e0..a3f60ea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,14 @@
+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:
 
-- 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
 
@@ -24,6 +30,8 @@ Minishogi-related stuff
 - minishogi patterns
 - tune difficulty levels
 - other tunings to investigate
+  * eval.c has lots of heuristic code specific to standard shogi that
+    probably should not been used
   * PromotionZoneDistanceBonus
   * OPENING_HINT
 - add minishogi stuff to the doc