Section 01
Introduction: LLM Dungeon Crawler – Fusion of Classic Dungeon Exploration and Local AI
LLM Dungeon Crawler is an open-source text adventure game developed by Jonathan B. Coe, combining traditional dungeon exploration gameplay with modern Large Language Model (LLM) technology. It runs locally (deploying models like Google Gemma 4 via Ollama), providing an immersive narrative experience without needing an internet connection. The project's core lies in its dual-engine design: the game engine handles rule logic such as character attributes and combat calculations, while the LLM generates environment descriptions and NPC dialogues, balancing gameplay depth and content diversity.