Skip to content

rbossy/yadrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.