rbossy / yadrol

Yadrol is a dice roller and dice distribution sampler

Home Page:https://rbossy.github.io/yadrol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yadrol

Yadrol simulates dice rolling and presents roll results or calculates the distribution of rolling dice many times. Yadrol is designed for tabletop role playing games and boardgames enthousiasts that want to study existing dice mechanics or that want to create new mechanics.

You can play with Yadrol right now!

Features

  • Flexible dice mechanics language
  • Self-contained help: a tutorial for the application, quick help and reference for the Yadrol language,
  • Library: most common dice mechanics,

License

Yadrol is an Open Source software distributed under the MIT license.

Deploy

git clone https://github.com/phatonin/yadrol.git
cd yadrol
./server.py

In a browser, open the address http://localhost:8000/.

The server.py script requires Python >= 2.7, though you can use any other HTTP server to expose the directory: Apache, Node's http-server, Jekyll...

Be careful not to expose your .git/ directory since it may contain sensitive information.

Contribute

Use GitHub's issues to ask for help, suggestions, feature requests, or just praises to the author.

About

Yadrol is a dice roller and dice distribution sampler

https://rbossy.github.io/yadrol

License:MIT License


Languages

Language:JavaScript 72.6%Language:CSS 23.3%Language:HTML 2.5%Language:Yacc 1.6%Language:Python 0.0%Language:Makefile 0.0%