Skip to content
/ VQDR Public

A library (and app) to roll solve dice experessions and roll dice.

License

Notifications You must be signed in to change notification settings

gegoxaren/VQDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                       Vala/Very Quick Dice Roller

To see README about libvqdr, please see ./src/libvqdr/README

VQDR will consist of two parts, the backend library, and the front end.

The backend libray, libvqdr, provides the logic for parsing dice expression
strings, and doing the calculations needed to perform the dice rolls.

The frontend has yet to be written.

For up-to-date code, go to:
https://launchpad.net/vqdr

BUILDING
------------
$ mkdir build
$ cd build
$ meson ..
$ ninja
------------

DICE EXPRESSION SYNTAX

A dice expression is simple.

---- Basics ----
[n]d[m], [n]t[m] - [n] dices with [m] sides.
[e1] [op] [e2]   - Use operator [op] on expressions [e1] and [e2]

[func]([e...])   - Use function [func] on the expression(s) [e...]
----------------


About

A library (and app) to roll solve dice experessions and roll dice.

Topics

Resources

License

Stars

Watchers

Forks