Wumpusnotes
Wumpusnotes
10 dim p(5)
15 print "INSTRUCTIONS (Y-N)";
20 input i$
25 if (i$ = "N") or (i$ = "n") then 35
30 gosub 375
35 goto 80
190 rem *** CHECK FOR CROSSOVERS (IE l(1)=l(2), ETC) ***
195 for j = 1 to 6
200 for k = 1 to 6
205 if j = k then 215
210 if l(j) = l(k) then 170
215 next k
220 next j
1150 end