Dungeons And Dragons Intiative banner
ethanmaughan ethanmaughan

Dungeons And Dragons Intiative

Development community

Description

A descriptive dungeon master so then you and your friends can focus on being players in your campaign. All information is taken from Dungeons and Dragons Beyond, and will implement a Claude Code API with an adaptive learning model (and respective team of agents) to simulate both the dungeon master, enemies, and NPC's.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Foray

A turn-based RPG powered by a fully autonomous AI Game Master. Create your character, join a campaign, and play — no human GM required.

The world remembers. The villain adapts. Your adventure awaits.

Getting Started

  1. Install Python 3.12+
  2. pip install -r requirements.txt
  3. Copy .env.example to .env and configure your settings
  4. python main.py
  5. Open http://127.0.0.1:8000

See [DESIGN.md](DESIGN.md) for the full game design document.