Much like the inventory, we want a view of the map based on which rooms the user has visited so far. Visited means that the door to that room has been opened, not necessarily that the user has stepped in it. The map should be fairly simple. Rooms as rectangles and their walls as a thin outline. Doors can be a different colored outline.
You should be able to switch through the floors on the map, though you'll still only see the parts of the floor that you've visited. It may make sense to only show floors you've been on.
Much like the inventory, we want a view of the map based on which rooms the user has visited so far. Visited means that the door to that room has been opened, not necessarily that the user has stepped in it. The map should be fairly simple. Rooms as rectangles and their walls as a thin outline. Doors can be a different colored outline.
You should be able to switch through the floors on the map, though you'll still only see the parts of the floor that you've visited. It may make sense to only show floors you've been on.