decagondev / ai-groq-rpg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPG - Text Adventure

A simple generative user driven text adventure using Groq AI to generate the content in a programatic and varied way.

Setup steps

  • go to Groq Cloud and create an account then get an api key.
  • create a .env file and pit the api key inside it.
  • run python3 -m venv .venv to create a virtual environment.
  • run source .venv/bin/activate to activate the environment in linux and mac
  • use pip install -r requirements.txt to install the requirements.
  • run python app.py to start your adventure.

About


Languages

Language:Python 100.0%