A CLI dungeon crawler set in a 1980s cyberpunk world with dwarves and elves on the moon.
- Install dependencies:
pip install -r requirements.txt- Set up your API key:
export ANTHROPIC_API_KEY=your_key_hereOr create a .env file:
ANTHROPIC_API_KEY=your_key_here
python main.pyType quit, exit, or q to exit the game.
pytest