Hunt The Wumpus/Ruby: Difference between revisions

Content added Content deleted
(Created page with "{{collection|Hunt_The_Wumpus}} =={{header|Ruby}}== <lang ruby> NOTHING = 0; WUMPUS = 1; BAT = 2; PIT = 4; PLAYER = 8; FINISH = 1 PLAY_NEW = 2; PLAY_SAME = 4; S_PLAYER = 0; M...")
 
m (Avoid miscounting task entries twice)
Line 1: Line 1:
{{collection|Hunt_The_Wumpus}}
{{collection|Hunt_The_Wumpus}}


<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[Ruby]]</span><hr>
=={{header|Ruby}}==
<lang ruby>
<lang ruby>
NOTHING = 0; WUMPUS = 1; BAT = 2; PIT = 4; PLAYER = 8; FINISH = 1
NOTHING = 0; WUMPUS = 1; BAT = 2; PIT = 4; PLAYER = 8; FINISH = 1