Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Depths of the Forgotten (CLI Edition)

A text-based dungeon crawler adventure game where you explore mysterious dungeons, battle fearsome enemies, and uncover ancient secrets.

🎮 Features

  • Rich text-based dungeon exploration with colorful output
  • Three character classes: Warrior, Wizard, and Scoundrel
  • Turn-based combat system with unique class abilities
  • Interactive NPCs with dynamic relationships
  • Inventory system with stackable items
  • Multiple save slots
  • Debug mode for development

🚀 Getting Started

Prerequisites

  • Python 3.11 or higher
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone [repository-url]
cd dungeon-crawler
  1. Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate  # On macOS/Linux
  1. Install dependencies:
pip install -r requirements.txt

Running the Game

python dungeon_crawler.py

🎯 How to Play

  • Use compass directions for movement (n/e/s/w/u/d)
  • Type commands when prompted
  • Toggle debug mode with :d
  • Save your game progress in one of three slots
  • Press 'q' to quit

Character Classes

  • Warrior: High health (12-15 HP), +20% combat damage
  • Wizard: Access to spells (Fireball, Shield, Heal)
  • Scoundrel: Better escape chance, lock picking ability

Items

  • Stackable items (max 5 per stack): Torches, Healing Herbs, Bombs
  • Key items: Ancient Tomes, Keys, Weapons

🛠️ Development

Built with:

  • Python 3.11+
  • colorama (terminal colors)

📝 License

[License information here]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages