Skip to content

ErickRDev/dungeoneer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnd/combat

A collection of tools for D&D Dungeon Masters, organized as a Cargo workspace.

Crates

Crate Description
combat Terminal UI for managing combat encounters — initiative, HP, actions, rounds

Running

# Run a specific crate
cargo run -p combat

# Build all crates
cargo build

# Check all crates without building
cargo check

# Run tests for all crates
cargo test

# Run tests for a specific crate
cargo test -p combat

Development

Logs are written to output.log in the working directory. Suppress stderr to keep the terminal clean while running:

cargo run -p combat 2>/dev/null

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages