Jump to content

Hunt The Wumpus/Ruby: Difference between revisions

m
Avoid miscounting task entries twice
(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:
{{collection|Hunt_The_Wumpus}}
 
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[Ruby]]</span><hr>
=={{header|Ruby}}==
<lang ruby>
NOTHING = 0; WUMPUS = 1; BAT = 2; PIT = 4; PLAYER = 8; FINISH = 1
10,333

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.