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
This commit is contained in:
Robby Findler 2008-12-19 06:22:21 +00:00
parent 5cb1e91764
commit 15240d45ba

View File

@ -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[]
}