Hunt the Wumpus: Difference between revisions

Content added Content deleted
Line 1,403: Line 1,403:


=={{header|FORTRAN}}==
=={{header|FORTRAN}}==
This code names rooms by alphabetic character, thereby making use of index function and simplifying the input to single characters. Compiled with gfortran, source compatible with FORTRAN 2008.

=={{header|FreeBASIC}}==
=={{header|FreeBASIC}}==
<lang freebasic>data 7,13,19,12,18,20,16,17,19,11,14,18,13,15,18,9,14,16,1,15,17,10,16,20,6,11,19,8,12,17
<lang freebasic>data 7,13,19,12,18,20,16,17,19,11,14,18,13,15,18,9,14,16,1,15,17,10,16,20,6,11,19,8,12,17