From d6541dc938905732cb4988d6dafff8ea2ab9f004 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 29 Jun 2020 19:15:52 -0400 Subject: Addd net/ricketyspace/ror/fourteen/ --- net/ricketyspace/ror/fourteen/readme.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net/ricketyspace/ror/fourteen/readme.txt (limited to 'net/ricketyspace/ror/fourteen/readme.txt') diff --git a/net/ricketyspace/ror/fourteen/readme.txt b/net/ricketyspace/ror/fourteen/readme.txt new file mode 100644 index 0000000..042b0f4 --- /dev/null +++ b/net/ricketyspace/ror/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. + + -- cgit v1.2.3