minesweeper-discord
v1.0.5
Published
Minesweeper for discord!
Downloads
15
Maintainers
Readme
Info
This is a package that creates a minesweeper game for discord!
EDIT: Hey so I didn't think I was gonna get downloads and I feel bad now so if you want something added join my support discord for all my npm packages! https://discord.gg/jWyuuHm Just dm me I have owner role, this discord is temp until I wakeup tomorrow.
docs
const minesweeper = require('minesweeper-discord')
minesweeper(5/*horizontal rows*/, 5/*vertical rows*/, 5/*Amount of bombs*/, 'x'/*Normal character that isn't a bomb*/, '🎉'/*Bomb!*/, cb/*Callback*/ => {
console.log(cb)
})