| Crates.io | dungeoncli |
| lib.rs | dungeoncli |
| version | 1.0.0 |
| created_at | 2025-11-11 03:32:44.716417+00 |
| updated_at | 2025-11-11 03:32:44.716417+00 |
| description | A Rust CLI dungeon crawler featuring combat, loot, and leveling. |
| homepage | |
| repository | https://github.com/Chisom-rgb/dungeoncli |
| max_upload_size | |
| id | 1926663 |
| size | 12,713 |
A text-based dungeon crawler RPG built with Rust, featuring turn-based combat, character progression, and save/load functionality.
# Clone or navigate to the project directory
cd "Rust Project"
# Build the project
cargo build --release --package dungeoncli
# Run the game
cargo run --package dungeoncli
When you launch DungeonCLI, you'll be prompted to:
During battle, you have four actions:
Gain XP by defeating enemies. Each level requires Level ร 50 XP. Upon leveling up:
As you explore, you may encounter:
colored (3.0.0) - Terminal color outputrand (0.9.2) - Random number generationRust Project/
โโโ Cargo.toml # Workspace configuration
โโโ dungeoncli/ # Main game package
โ โโโ Cargo.toml
โ โโโ src/
โ โโโ main.rs # Game logic
โโโ src/
โโโ main.rs # Template file
Game progress is saved to save.txt in the current directory. The save file contains:
This project is available for personal and educational use.