diff options
author | Pacien TRAN-GIRARD | 2014-03-16 14:26:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-16 14:26:09 +0100 |
commit | a0a8f22496445b5bbe88968b8a28772148150d93 (patch) | |
tree | 8ee59962339ab0f8d8d0fdd40a305ebbca8a3215 | |
parent | 03a4d492b3a44d92e8481e3df29aca575a3b91b4 (diff) | |
download | esieequest-a0a8f22496445b5bbe88968b8a28772148150d93.tar.gz |
Add exploration test file
-rw-r--r-- | test/explore.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/test/explore.txt b/test/explore.txt index e69de29..efb9e68 100644 --- a/test/explore.txt +++ b/test/explore.txt | |||
@@ -0,0 +1,54 @@ | |||
1 | go north | ||
2 | go west | ||
3 | go north | ||
4 | go east | ||
5 | go south | ||
6 | go east | ||
7 | go north | ||
8 | go south | ||
9 | go west | ||
10 | go north | ||
11 | go east | ||
12 | go south | ||
13 | go south | ||
14 | go north | ||
15 | go north | ||
16 | go east | ||
17 | go north | ||
18 | go west | ||
19 | go south | ||
20 | go east | ||
21 | go north | ||
22 | go east | ||
23 | go west | ||
24 | go south | ||
25 | go west | ||
26 | go south | ||
27 | go east | ||
28 | go south | ||
29 | go east | ||
30 | go south | ||
31 | go east | ||
32 | go north | ||
33 | // Going in off-script rooms | ||
34 | go south | ||
35 | go west | ||
36 | go north | ||
37 | go west | ||
38 | go north | ||
39 | // Entering in the WC | ||
40 | go east | ||
41 | go north | ||
42 | go south | ||
43 | go east | ||
44 | go north | ||
45 | go south | ||
46 | go east | ||
47 | go north | ||
48 | go south | ||
49 | go east | ||
50 | go north | ||
51 | go south | ||
52 | go east | ||
53 | go north | ||
54 | go south \ No newline at end of file | ||