summaryrefslogtreecommitdiffstats
path: root/fourteen/readme.txt
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-03 15:47:02 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-03 15:47:02 -0400
commit0f072be231d0bd875d1c87ff127834e60979263a (patch)
tree19010b72474c14a04891abbe3da0fb5d58067db9 /fourteen/readme.txt
parent4f731f11be9d5bbfcd921671852e514e577a0c00 (diff)
net/ricketyspace/ror -> ./
Diffstat (limited to 'fourteen/readme.txt')
-rw-r--r--fourteen/readme.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/fourteen/readme.txt b/fourteen/readme.txt
new file mode 100644
index 0000000..042b0f4
--- /dev/null
+++ b/fourteen/readme.txt
@@ -0,0 +1,29 @@
+This chapter implements a distributed game, dubbed "Hungry Henry."
+
+TO PLAY, open the file
+
+ run.rkt
+
+in DrRacket. The instructions for playing are at the top of the file.
+
+TO EXPERIMENT, open the files
+
+ -- run.rkt
+ -- server.rkt
+ -- client.rkt
+ -- shared.rkt
+
+in four different tabs or windows in DrRacket. Switch to the 'run.rkt'
+tab and select
+
+ View | Show Module browser
+
+to see how these files are related. To switch to one of these four files,
+you may click the boxes in the module browsers. Alternatively click the
+tab you wish to work on. It is also possible to select tabs via key
+strokes.
+
+Each file except for 'run.rkt' comes with test submodules at the bottom of
+the file.
+
+