An open API service indexing awesome lists of open source software.

https://github.com/timhanewich/llm-tag

LLM-Driven Text Adventure Game: using a language model to design and generate an interactive text adventure game similar to Zork.
https://github.com/timhanewich/llm-tag

gpt gpt-4o gpt-4o-mini llama llm zork

Last synced: 2 months ago
JSON representation

LLM-Driven Text Adventure Game: using a language model to design and generate an interactive text adventure game similar to Zork.

Awesome Lists containing this project

README

          

# đŸ•šī¸ **LLM TAG**: **LLM**-Driven **T**ext **A**dventure **G**ame
I designed and implemented an LLM-driven text adventure game, inspired and similar to the 1977 game [Zork](https://en.wikipedia.org/wiki/Zork).

![LLM-TAG-demo](https://i.imgur.com/X7lXSDP.gif)

## How to run LLM TAG
1. Make sure you have the [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed.
2. Put your Azure OpenAI credentials (model deployment URL and API-key) into the [azure-openai-credentials.json](./src/azure-openai-credentials.json) file.
3. Run `dotnet run` within the [src folder](./src/) and enjoy the game!