From 1fd37e98a8c0ddb95c60ffe8a03cf2d85f4ffc37 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sat, 22 Dec 2012 18:18:09 -0500 Subject: [PATCH] todo list; typo in 10 --- collects/realm/chapter10/readme.txt | 2 +- collects/realm/todo.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 collects/realm/todo.txt diff --git a/collects/realm/chapter10/readme.txt b/collects/realm/chapter10/readme.txt index 5f2815cc36..6d4ca80ebf 100644 --- a/collects/realm/chapter10/readme.txt +++ b/collects/realm/chapter10/readme.txt @@ -1,5 +1,5 @@ -This chapter implements a graphical version of the "dice of doom" game from +This chapter implements a GUI version of the "dice of doom" game from Barski's "Land of Lisp". To play or to experiment, open the file source.rkt diff --git a/collects/realm/todo.txt b/collects/realm/todo.txt new file mode 100644 index 0000000000..bb5dce3596 --- /dev/null +++ b/collects/realm/todo.txt @@ -0,0 +1,9 @@ + +1. need to eliminate the AI from chapter 10 + +2. the game in 12 does not correctly advertise whose turn it is + same bug may exist in chapter 10 + +3. we should offer a way to link the chapter 12 game to the AI + XOR to allow a second human player +