Skip to content

SoulAuctioneer/peace_com

Repository files navigation

PEACE_COM

A CLI dungeon crawler set in a 1980s cyberpunk world with dwarves and elves on the moon.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Set up your API key:
export ANTHROPIC_API_KEY=your_key_here

Or create a .env file:

ANTHROPIC_API_KEY=your_key_here

Running the Game

python main.py

Type quit, exit, or q to exit the game.

Running Tests

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages