AI can't play a Zork-like! Prompt: > My house is divided into rooms, every room is connected to each other by doors. I'm standing in the middle room, which is the hall. To the north is the kitchen, to the northwest is the garden, to the west is the garage, to the east is the living room, to the south is the bathroom, and to the southeast is the bedroom. I am standing in the hall, and I walk to the east, then I walk t…
You end up in the bathroom.
Here’s the step-by-step:
1. Start in the hall (0, 0).
2. Walk east → living room (1, 0).
3. Walk south → bedroom (1, –1).
4. Walk west → bathroom (0, –1).
https://chatgpt.com/share/680addd7-a664-8001-bf49-459fb6444f...