bolyachevets / Hunt-the-Wumpus

Hunt the Wampus in Prolog: a group project for cpsc 312
1 stars 0 forks source link

Random room nums #12

Closed davidkarchynski closed 5 years ago

davidkarchynski commented 5 years ago

Assign random numbers to rooms. The logic is still based on the actual room numbers, it only affects what we print. Also fixed the issue where print_room was not executed if there is no bats/pits/wumpus nearby.