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.
- Host: GitHub
- URL: https://github.com/timhanewich/llm-tag
- Owner: TimHanewich
- Created: 2025-03-10T17:38:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-10T17:39:28.000Z (over 1 year ago)
- Last Synced: 2025-03-10T18:44:51.257Z (over 1 year ago)
- Topics: gpt, gpt-4o, gpt-4o-mini, llama, llm, zork
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).

## 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!