From 576d8965297c3707f35c56dea5e8e92deb3fcdc0 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Thu, 29 May 2014 11:09:26 +0200 Subject: Complete test files --- test/commands.txt | 40 +++++++++---------- test/explore.txt | 5 ++- test/lose.txt | 11 ++++++ test/random.txt | 17 --------- test/win.txt | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 146 insertions(+), 39 deletions(-) create mode 100644 test/lose.txt delete mode 100644 test/random.txt diff --git a/test/commands.txt b/test/commands.txt index cc8b061..9921ccc 100644 --- a/test/commands.txt +++ b/test/commands.txt @@ -1,35 +1,35 @@ +// test all the commands help -// go to the off-script rooms +look +sound go north -go west +turn left +go go north go east go east go east go north go east -go north -take Weighted Storage Cube -take Edgeless Safety Cube -take Portable Black-hole -take Edgeless Safety Cube go south -go east +inventory +turn left +do +drop beamer +take beamer go north -take Portable Quantum Tunneling Device -use Portable Quantum Tunneling Device -go south go east +use beamer go north +take keycard +use beamer go south -use Portable Quantum Tunneling Device -go south +talk sumobot +back go east -go east -go north -take KeyCard -go north -drop KeyCard -go south -// +alea ENTRANCE_STREET +go west +save test.eqg +new challenge +load test.eqg quit \ No newline at end of file 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 @@ +// explore all rooms go north go west go north @@ -25,9 +26,9 @@ go south go west go south go east +// we skip the off-script rooms that have special behaviours go south go east go south go east -go north -// we don't want to explore off-script rooms that have special behaviours \ No newline at end of file +go north \ No newline at end of file diff --git a/test/lose.txt b/test/lose.txt new file mode 100644 index 0000000..02628d2 --- /dev/null +++ b/test/lose.txt @@ -0,0 +1,11 @@ +// get trapped in the dead end +go north +go west +go north +go east +go east +go east +go north +go east +go east +go north \ No newline at end of file diff --git a/test/random.txt b/test/random.txt deleted file mode 100644 index 19c71f9..0000000 --- a/test/random.txt +++ /dev/null @@ -1,17 +0,0 @@ -go north -go west -go north -go east -go east -go east -go north -go east -go east -alea Storage room -go east -back -alea -go east -back -alea poire -go east \ No newline at end of file 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 @@ +// solve the game +go north +take note +use note +// +// Find Athanase +// +go west +go north +go east +go east +go east +go north +go west +go south +go east +go north +go east +talk athanase +// +// Feed Athanase +// +back +back +back +back +back +back +back +back +back +back +take emergency banana +go north +go east +go east +go east +go north +go west +go south +go east +go north +go east +talk athanase +// +// Find the Disk +// +back +back +back +back +back +back +go east +go south +go east +go north +take bootloader disk +back +back +back +back +go north +go west +go south +go east +go north +go east +talk athanase +// +// Find the Console +// +back +back +back +back +back +back +back +back +go south +go east +go north +take portable remote console +back +back +back +go east +go east +go north +go west +go south +go east +go north +go east +talk athanase +// +// Install the Console +// +back +back +back +back +back +back +back +go south +go south +turn left +turn left +use portable remote console +use bootloader disk \ No newline at end of file -- cgit v1.2.3