A Rust Implementation of the Draft 0.4 RPG Rule Set
Based on the “Draft 0.4 RPG Rule Set” by Pitt Murmann (1993-1998), this Rust library provides a reusable combat system for tabletop role-playing games.
"The pragmatic application of technology is about making wise, informed, and strategic choices that align technology with business goals and objectives. It's a belief system that prioritizes tangible outcomes."
Tony Bierman
Based on the “Draft 0.4 RPG Rule Set” by Pitt Murmann (1993-1998), this Rust library provides a reusable combat system for tabletop role-playing games.
GitHub Actions enable automated workflows for building, testing, and deploying software. This post walks through a sample YAML workflow for publishing NuGet ...
Refactoring monolithic code in Razor Pages can transform tangled logic into modular, testable components. This post explores refactoring stats computations f...
Pipeline Pattern Update: Refactored FieldValueDisplayViewModel to use a pipeline pattern, improving maintainability and extensibility for field value formatt...
Unit Test Update: Code coverage for UniversalReportCore.dll is at 78.7%, branch coverage at 71.3%.