diff options
-rw-r--r-- | test/commands.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/commands.txt b/test/commands.txt index 73d07ea..d4eab7d 100644 --- a/test/commands.txt +++ b/test/commands.txt | |||
@@ -1,2 +1,18 @@ | |||
1 | help | 1 | help |
2 | // go to the cafeteria to test the inventory | ||
3 | go north | ||
4 | go west | ||
5 | take banana | ||
6 | look | ||
7 | take orange | ||
8 | look | ||
9 | take anti-matter | ||
10 | look | ||
11 | drop banana | ||
12 | look | ||
13 | drop orange | ||
14 | look | ||
15 | drop anti-matter | ||
16 | look | ||
17 | // | ||
2 | quit \ No newline at end of file | 18 | quit \ No newline at end of file |