def enter_world(self, player):
     world = World(player)
     world.display_intro()
     world.travel()