Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgiobairog/discord-minesweeper-bot
https://github.com/sgiobairog/discord-minesweeper-bot
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgiobairog/discord-minesweeper-bot
- Owner: SgiobairOg
- Created: 2023-09-22T09:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T17:31:40.000Z (about 1 year ago)
- Last Synced: 2024-04-17T09:51:31.612Z (8 months ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MineSweep Bot
Creates a Discord bot with slash command to allow creation of an emoji and spoiler based game of Minesweeper.
Game can be generated in four levels: 'Easy', 'Normal', 'Hard', and 'Exxtra' which increas the probability of each cell in the grid being a bomb.
## Limitations
Weirdly enough it turns out you can only have up to 99 spoilers in a single discord message. So the grid for the game is set to 9 x 9. I had planned on giving the user options for the size but given the limited range it wasn't worth it.