Hunt the Wumpus/Raku: Difference between revisions

m
{{collection|Hunt_The_Wumpus}}
m (→‎{{header|Perl 6}}: fix broken link)
m ({{collection|Hunt_The_Wumpus}})
Line 1:
{{collection|Hunt_The_Wumpus}}
This is a fairly faithful translation of the code found in [http://www.atariarchives.org/bcc1/showpage.php?page=247 The Best of Creative Computing Volume 1 (published 1976)]. The text, prompts and game play are very close the the original. There are a few minor commands available in the main loop not in the original: Press I to re-view the instructions, Press Q to quit. It will accept lower case as well as upper case commands. The originals instructions explicitly say hitting yourself with an arrow will cause a lose condition, the original published code does not however; this version does.
This is a fairly faithful translation of the code found in [http://www.atariarchives.org/bcc1/showpage.php?page=247 The Best of Creative Computing Volume 1 (published 1976)]. <br>
The text, prompts and game play are very close the the original. <br>
There are a few minor commands available in the main loop not in the original: Press I to re-view the instructions, Press Q to quit.
It will accept lower case as well as upper case commands. <br>
The originals instructions explicitly say hitting yourself with an arrow will cause a lose condition, the original published code does not however; this version does.
 
{{works with|Rakudo|2015-11-20}}
Anonymous user