diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/commands.txt | 43 | ||||
-rw-r--r-- | test/explore.txt | 23 | ||||
-rw-r--r-- | test/random.txt | 17 |
3 files changed, 48 insertions, 35 deletions
diff --git a/test/commands.txt b/test/commands.txt index d4eab7d..cc8b061 100644 --- a/test/commands.txt +++ b/test/commands.txt | |||
@@ -1,18 +1,35 @@ | |||
1 | help | 1 | help |
2 | // go to the cafeteria to test the inventory | 2 | // go to the off-script rooms |
3 | go north | 3 | go north |
4 | go west | 4 | go west |
5 | take banana | 5 | go north |
6 | look | 6 | go east |
7 | take orange | 7 | go east |
8 | look | 8 | go east |
9 | take anti-matter | 9 | go north |
10 | look | 10 | go east |
11 | drop banana | 11 | go north |
12 | look | 12 | take Weighted Storage Cube |
13 | drop orange | 13 | take Edgeless Safety Cube |
14 | look | 14 | take Portable Black-hole |
15 | drop anti-matter | 15 | take Edgeless Safety Cube |
16 | look | 16 | go south |
17 | go east | ||
18 | go north | ||
19 | take Portable Quantum Tunneling Device | ||
20 | use Portable Quantum Tunneling Device | ||
21 | go south | ||
22 | go east | ||
23 | go north | ||
24 | go south | ||
25 | use Portable Quantum Tunneling Device | ||
26 | go south | ||
27 | go east | ||
28 | go east | ||
29 | go north | ||
30 | take KeyCard | ||
31 | go north | ||
32 | drop KeyCard | ||
33 | go south | ||
17 | // | 34 | // |
18 | quit \ No newline at end of file | 35 | quit \ No newline at end of file |
diff --git a/test/explore.txt b/test/explore.txt index efb9e68..e99c900 100644 --- a/test/explore.txt +++ b/test/explore.txt | |||
@@ -30,25 +30,4 @@ go east | |||
30 | go south | 30 | go south |
31 | go east | 31 | go east |
32 | go north | 32 | go north |
33 | // Going in off-script rooms | 33 | // we don't want to explore off-script rooms that have special behaviours \ No newline at end of file |
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 | ||
diff --git a/test/random.txt b/test/random.txt new file mode 100644 index 0000000..19c71f9 --- /dev/null +++ b/test/random.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | go north | ||
2 | go west | ||
3 | go north | ||
4 | go east | ||
5 | go east | ||
6 | go east | ||
7 | go north | ||
8 | go east | ||
9 | go east | ||
10 | alea Storage room | ||
11 | go east | ||
12 | back | ||
13 | alea | ||
14 | go east | ||
15 | back | ||
16 | alea poire | ||
17 | go east \ No newline at end of file | ||