1
# Vala/Very Quick Dice Roller
3
To see README about libvqdr, please see ./src/libvqdr/README.md
1
Vala/Very Quick Dice Roller
3
To see README about libvqdr, please see ./src/libvqdr/README
5
VQDR will consist of two parts, the backend library, and the front end.
7
The backend libray, libvqdr, provides the logic for parsing dice expression
8
strings, and doing the calculations needed to perform the dice rolls.
10
The frontend has yet to be written.
12
For up-to-date code, go to:
13
https://launchpad.net/vqdr
23
DICE EXPRESSION SYNTAX
25
A dice expression is simple.
28
[n]d[m], [n]t[m] - [n] dices with [m] sides.
29
[e1] [op] [e2] - Use operator [op] on expressions [e1] and [e2]
31
[func]([e...]) - Use function [func] on the expression(s) [e...]