Earlier quoted context omitted.
I didn't make text-adventures with LLMs. I try to solve them [0]. So, far, none of the 7 tested models were able to win even one of the easiest text adventures. I tried many prompting techniques. But only GPT-4 was able to play through the first half of the game. [0] https://github.com/s-macke/AdventureAI
Fun, I tried to do this back with GPT-3: https://llm.ianbicking.org/interactive-fiction/ But Zork wouldn't be a very accurate measure of skill because GPT definitely knows Zork. Unfortunately the emulator ( https://github.com/DLehenbauer/jszm ) doesn't work with most games newer than Zork. I haven't revisited the code with newer GPT models either.
However, my code run a newer version of the Z-machine. So Zork and many other text adventures will work. I have not tried many other games though.