bolyachevets / Hunt-the-Wumpus

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

Scramble room numbers on initialization #11

Closed bolyachevets closed 5 years ago

bolyachevets commented 5 years ago

We dont want the layout of labyrinth in maze.pl to be fixed, as then the player can memorize which rooms are connected (this will make it easier to know how to shoot arrows).

Scramble the numbering of rooms, still making sure that each room is connected to 3 others.