spb25-die

1.0.0 • Public • Published

Die

Loaded die simulator

Example

const Die = require('spb25-die');
 
let config = new Map(
        [ ['Exo'  , 30]
        , ['Hopar', 60]
        , ['Venus', 10]
        ]);
 
let die = new Die(config);
 
die.get().then(console.log); // more likely 'Hopar'

Install

npm install spb25-die

License

MIT License

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i spb25-die

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • cheoshn