This package has been deprecated

Author message:

Please use bcdice

bcdice-js

1.0.0-beta1 • Public • Published

BCDice

Install

$ npm install --save bcdice

Usage

import BCDice from '../bcdice-js/BCDice';
import 'bcdice/lib/diceBot/Cthulhu';

console.log(BCDice.games);

const bcdice = new BCDice();
const [result, rands] = bcdice.roll('CC', 'Cthulhu');
console.log(result, rands);

Development

Install

$ gem install opal
$ npm run install

Build

$ npm run build

Test

$ npm test

/bcdice-js/

    Package Sidebar

    Install

    npm i bcdice-js

    Weekly Downloads

    1

    Version

    1.0.0-beta1

    License

    BSD-2-Clause

    Unpacked Size

    16.9 kB

    Total Files

    18

    Last publish

    Collaborators

    • ukatama