1.0.5 • Published 5 years ago

minesweeper-discord v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

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)
})