diff options
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 | ||