git @ Cat's Eye Technologies Super-Wumpus-Land / 0f035b9
Fix version number imbroglio. catseye 10 years ago
3 changed file(s) with 14 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
3232 Fixed bug in Perl version where you could spray an aerosol can
3333 that you didn't actually have.
3434
35 Perl version oddly bore the version number "1.0-2013.0323".
35 Perl version still bore the version number 1.0. Both versions
36 oddly bore the version number "1.0-2013.0326".
3637
3738 * v1.1-2013.0324
39
40 Fixed version number in both versions to 1.1-2013.0324.
3841
3942 Fixed bug in Javascript version where you effectively never
4043 disembarked from the subway train, once on it.
00 /*
1 # SUPER WUMPUS LAND v1.1-2013.0326
1 # SUPER WUMPUS LAND v1.1-2013.0324
22 # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies.
33 # All rights reserved.
44 #
197197 else if (i === 7)
198198 print("* --------- ----------- ------- *\n");
199199 else if (i === 9)
200 print("* v1.1 (Javascript) *\n");
200 print("* v1.1-2013.0324 *\n");
201 else if (i === 10)
202 print("* (Javascript version) *\n");
201203 else if (i === 14)
202204 print("* by Chris Pressey, Cat's Eye Technologies *\n");
203205 else if (i === 16)
11
22 ### BEGIN swl.pl ###
33
4 # SUPER WUMPUS LAND v1.0-2013.0326
4 # SUPER WUMPUS LAND v1.1-2013.0324
55 # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies.
66 # All rights reserved.
77 #
109109 }
110110 elsif ($i == 9)
111111 {
112 print "* v1.0-2013.0326 *\n";
112 print "* v1.1-2013.0324 *\n";
113 }
114 elsif ($i == 10)
115 {
116 print "* (Perl version) *\n";
113117 }
114118 elsif ($i == 14)
115119 {