1.0.2 • Published 5 months ago
digital-dice-sugam v1.0.2
Digital Dice
Welcome to the Digital Dice project! This project simulates the rolling of a dice using a digital interface.
Usage
To roll the dice, you can require the module and call the roll function:
const roll = require('./index');
console.log(roll()); // Outputs a random number between 1 and 6
Thankyou <3