diff options
Diffstat (limited to 'test/win.txt')
-rw-r--r-- | test/win.txt | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/test/win.txt b/test/win.txt index e69de29..bb8b2b1 100644 --- a/test/win.txt +++ b/test/win.txt | |||
@@ -0,0 +1,112 @@ | |||
1 | // solve the game | ||
2 | go north | ||
3 | take note | ||
4 | use note | ||
5 | // | ||
6 | // Find Athanase | ||
7 | // | ||
8 | go west | ||
9 | go north | ||
10 | go east | ||
11 | go east | ||
12 | go east | ||
13 | go north | ||
14 | go west | ||
15 | go south | ||
16 | go east | ||
17 | go north | ||
18 | go east | ||
19 | talk athanase | ||
20 | // | ||
21 | // Feed Athanase | ||
22 | // | ||
23 | back | ||
24 | back | ||
25 | back | ||
26 | back | ||
27 | back | ||
28 | back | ||
29 | back | ||
30 | back | ||
31 | back | ||
32 | back | ||
33 | take emergency banana | ||
34 | go north | ||
35 | go east | ||
36 | go east | ||
37 | go east | ||
38 | go north | ||
39 | go west | ||
40 | go south | ||
41 | go east | ||
42 | go north | ||
43 | go east | ||
44 | talk athanase | ||
45 | // | ||
46 | // Find the Disk | ||
47 | // | ||
48 | back | ||
49 | back | ||
50 | back | ||
51 | back | ||
52 | back | ||
53 | back | ||
54 | go east | ||
55 | go south | ||
56 | go east | ||
57 | go north | ||
58 | take bootloader disk | ||
59 | back | ||
60 | back | ||
61 | back | ||
62 | back | ||
63 | go north | ||
64 | go west | ||
65 | go south | ||
66 | go east | ||
67 | go north | ||
68 | go east | ||
69 | talk athanase | ||
70 | // | ||
71 | // Find the Console | ||
72 | // | ||
73 | back | ||
74 | back | ||
75 | back | ||
76 | back | ||
77 | back | ||
78 | back | ||
79 | back | ||
80 | back | ||
81 | go south | ||
82 | go east | ||
83 | go north | ||
84 | take portable remote console | ||
85 | back | ||
86 | back | ||
87 | back | ||
88 | go east | ||
89 | go east | ||
90 | go north | ||
91 | go west | ||
92 | go south | ||
93 | go east | ||
94 | go north | ||
95 | go east | ||
96 | talk athanase | ||
97 | // | ||
98 | // Install the Console | ||
99 | // | ||
100 | back | ||
101 | back | ||
102 | back | ||
103 | back | ||
104 | back | ||
105 | back | ||
106 | back | ||
107 | go south | ||
108 | go south | ||
109 | turn left | ||
110 | turn left | ||
111 | use portable remote console | ||
112 | use bootloader disk \ No newline at end of file | ||