This adds a menu when the player chooses the move option. The menu shows the map and lists the possible places the player could move (or Enter to cancel). When the player chooses a location to move to, the Player.location instance variable is set to the Location object.
This adds a menu when the player chooses the move option. The menu shows the map and lists the possible places the player could move (or Enter to cancel). When the player chooses a location to move to, the Player.location instance variable is set to the Location object.
To test: