Hunt the Wumpus/Raku: Difference between revisions

m
Thundergnat moved page Hunt The Wumpus/Raku to Hunt the Wumpus/Raku: capitaliztion match
m (update page header)
m (Thundergnat moved page Hunt The Wumpus/Raku to Hunt the Wumpus/Raku: capitaliztion match)
 
(One intermediate revision by the same user not shown)
Line 8:
 
{{works with|Rakudo|2015-11-20}}
<syntaxhighlight lang="raku" perl6line>#Based on code from http://www.atariarchives.org/bcc1/showpage.php?page=247 copyright Gregory Yob
 
my $intro = q:to/END/;
Line 216:
%loc{<YOU WUMPUS PIT1 PIT2 BAT1 BAT2>} = (1..20).pick(*);
%loc;
}</langsyntaxhighlight>
Sample Output:
<pre>INSTRUCTIONS (Y-N) N
10,327

edits