diff options
author | Pacien TRAN-GIRARD | 2014-05-29 11:09:26 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-05-29 11:09:26 +0200 |
commit | 576d8965297c3707f35c56dea5e8e92deb3fcdc0 (patch) | |
tree | b8fc2e11a6d3cd82beec2091025823d737487c9a /test/explore.txt | |
parent | 1f4c3072310613facdbe318098762e79a1ed6970 (diff) | |
download | esieequest-576d8965297c3707f35c56dea5e8e92deb3fcdc0.tar.gz |
Complete test files
Diffstat (limited to 'test/explore.txt')
-rw-r--r-- | test/explore.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/explore.txt b/test/explore.txt index e99c900..fb20adf 100644 --- a/test/explore.txt +++ b/test/explore.txt | |||
@@ -1,3 +1,4 @@ | |||
1 | // explore all rooms | ||
1 | go north | 2 | go north |
2 | go west | 3 | go west |
3 | go north | 4 | go north |
@@ -25,9 +26,9 @@ go south | |||
25 | go west | 26 | go west |
26 | go south | 27 | go south |
27 | go east | 28 | go east |
29 | // we skip the off-script rooms that have special behaviours | ||
28 | go south | 30 | go south |
29 | go east | 31 | go east |
30 | go south | 32 | go south |
31 | go east | 33 | go east |
32 | go north | 34 | go north \ No newline at end of file |
33 | // we don't want to explore off-script rooms that have special behaviours \ No newline at end of file | ||