From 2ef00c4beddb77e546cdc212cc502c5a9a4bba6c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 7 Apr 2002 08:44:00 +0000 Subject: Simplified the event model, and removed session objects. Now everything just revolves around a game. Gnuchess is now playable to the end, except don't make moves that leave your king in check! The engine still doesn't check for this yet. --- TODO | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ba11c81..5c70ad9 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,3 @@ -Don't ever use chess-pos-move directly, but instead create ply and -call chess-ply-next-pos. This will make sure that castling moves are -interpreted correctly. - -Pawn captures while playing gnuchess cause an error. - -Is the whole event model just a bit too fragile? - -Write a debug function for displaying positions. - -The mode-line display is wrong (it's one ply off). ----------------------------------------------------------------------- * 2.0 ** Breakdown -- cgit v1.2.3