Spaces:
Running
Running
File size: 178 Bytes
fdcbf65 |
1 2 3 4 |
# Add ASCII art for visual representation of the dungeon and characters.
def display_dungeon(dungeon, player_position=None, level=0):
dungeon.display(level, player_position)
|