https://github.com/noctisynth/noctisroll
A grammar-based TRPG dice rolling system.
https://github.com/noctisynth/noctisroll
Last synced: 26 days ago
JSON representation
A grammar-based TRPG dice rolling system.
- Host: GitHub
- URL: https://github.com/noctisynth/noctisroll
- Owner: noctisynth
- Created: 2024-10-28T12:29:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T14:30:52.000Z (6 months ago)
- Last Synced: 2025-03-28T13:47:40.157Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Noctisroll
A Text-based TRPG dice rolling system.
## Usage
```rust
use noctisroll::roll_dice;let result = roll_dice("1d20+3")?;
```