Hunt the Wumpus: Difference between revisions

Added data comment
(Added racket solution)
(Added data comment)
Line 763:
bat-locations
pit-locations) #:mutable #:transparent)
 
; The labyrinth-data list contains 20 lists that hold the information for
; each rooms connections to other rooms in the labyrinth.
; e.g. (1 2 5 8) shows that room 1 has connections to rooms 2, 5 and 8.
 
(define labyrinth-data '(
Anonymous user