Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 669 Bytes

BombSweeperBot

A discord bot that lets you play Minesweeper with the power of Spoiler tags!

Example screenshot

The bot randomly generates a Minesweeper game board, and lets users click away the spoiler tags to unveil tiles.

Setup

To setup the bot yourself, basically follow this tutorial, though I've written the bot.js code for you

To use it once it's in a server, type !newgame [grid side length] where [grid side length] is between 5 and 12.

Credit to Renemari Padillo for the foundation of the bot (its ability to read chat for commands and take arguments)