diff options
author | Pacien TRAN-GIRARD | 2014-04-16 01:22:03 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-16 01:22:03 +0200 |
commit | b9ced312ad75ae0bb1d0a50dadf1f0791ad6b0fd (patch) | |
tree | a065fadda3fbccccd60ec62022db82eec93ecb82 | |
parent | d45490960b97ba81b9ea92355b1f49121db48531 (diff) | |
download | esieequest-b9ced312ad75ae0bb1d0a50dadf1f0791ad6b0fd.tar.gz |
Update test files
-rw-r--r-- | test/commands.txt | 43 | ||||
-rw-r--r-- | test/explore.txt | 23 |
2 files changed, 31 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 | ||