https://github.com/frankvd/dndle
Calculator-esque UI for DnD dice rolls
https://github.com/frankvd/dndle
deno dungeons-and-dragons fresh
Last synced: about 2 months ago
JSON representation
Calculator-esque UI for DnD dice rolls
- Host: GitHub
- URL: https://github.com/frankvd/dndle
- Owner: frankvd
- Created: 2022-07-06T19:19:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-22T13:09:18.000Z (7 months ago)
- Last Synced: 2025-11-22T15:08:40.229Z (7 months ago)
- Topics: deno, dungeons-and-dragons, fresh
- Language: TypeScript
- Homepage: https://dndle.deno.dev/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNDle
Calculator like UI for DnD dice roll expressions powered by the [r3d6-parser](https://github.com/frankvd/r3d6)
### Usage
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.