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 +