From 15240d45ba56c7eaba473cf85e611e9715ac0c8b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 19 Dec 2008 06:22:21 +0000 Subject: [PATCH] removed the code, since it is no longer truly code that students in HtDP would likely produce, also waiting for the literate programming support to do a better job here svn: r12900 --- collects/games/scribblings/chat-noir.scrbl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/collects/games/scribblings/chat-noir.scrbl b/collects/games/scribblings/chat-noir.scrbl index 94f46d8a45..8f48886ccb 100644 --- a/collects/games/scribblings/chat-noir.scrbl +++ b/collects/games/scribblings/chat-noir.scrbl @@ -12,8 +12,14 @@ completely boxed in and thus unable reach the border, you win. If the cat does reach the border, you lose. The game was inspired by this one the one at -@link["http://www.gamedesign.jp/flash/chatnoir/chatnoir.html"]{Game Design} -and has essentailly the same rules. +@link["http://www.gamedesign.jp/flash/chatnoir/chatnoir.html"]{Game +Design} and has essentially the same rules. It also inspired the final +project for the introductory programming course at the University of +Chicago in the fall of 2008. + +@;{ + +This is commented out, waiting for the literate programming stuff. This game is written in the @link["http://www.htdp.org/"]{How to Design Programs} @@ -54,3 +60,4 @@ the fall of 2008, as below. #:mode 'text)) @m[] +} \ No newline at end of file