Skip to content

ronaldstoner/LLMLabyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



LLMLabyrinth

⚔️ An AI generated text-based adventure game⚔️

Python GitHub tag issues - badge-generator


Let's Game With AI

LLMLabyrinth is a call back to the old school text based console adventure games with a twist. Descriptions are generated by a local GPT model in order to add dynamic elements to an exciting adventure.

Find and combine the 3 items to win the game!

Screenshot

Features

  • Directional walking (omg!)
  • AI LLM generated room descriptions
  • Room themes
  • Basic ascii mapping system
  • Inventory
  • Item combinations
  • Win state

Install

  1. Clone this repo

  2. Set up a virtual enviroment python3 -m venv env

  3. Activate the virtual environment source env/bin/activate

  4. Install the requirements pip3 install -r requirements.txt - install python dependencies

  5. Download the LLM model and place it in the models directory

  6. Run the game python3 main.py

Commands

Command Action
n north
e east
s south
w west
m map
i check inventory
g get items
c combine items
q quit

About

An AI generated text-based adventure game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages