rodrigopk / wild_dice

A gem to roll random dices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wild Dice

A class to roll dices, to be used with my other rpg projects. It rolls n-digits numbers to retrieve items from tables. Usage:

  dice = Wild.dice

  dice.roll
  #=> 1234
  dice.roll
  #=> 8791

About

A gem to roll random dices

License:MIT License


Languages

Language:Ruby 100.0%