From 29b3dc3469e42f474d4fe745dc802bd6239fbbfc Mon Sep 17 00:00:00 2001 From: djib Date: Sat, 2 Dec 2006 15:44:06 +0000 Subject: [PATCH] delete todo --- TODO | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index bc99dc5..0000000 --- a/TODO +++ /dev/null @@ -1,15 +0,0 @@ -Have a look at all the checks that are done. -Add constants for useless ones. - -Look at what should be static - -Detect end of game. -This will be done with heuristics because number of pieces on the games will be a parameter of the heuristic function. - -Be able to let the computer play against himself. - -I haven't implemented the draw at all !!! - -Allow undo. - -Improve speed by adding a function : is there a legal move ? \ No newline at end of file