An open API service indexing awesome lists of open source software.

https://github.com/dosmike/minesweeper

Example implementation for MegaMenus
https://github.com/dosmike/minesweeper

Last synced: 12 months ago
JSON representation

Example implementation for MegaMenus

Awesome Lists containing this project

README

          

# Minesweeper

Simple Minesweeper demo plugin for MegaMenus

Start a game with `/minesweeper [mines]` where mines is a number between 3 and 10.
The command requires the permission `minesweeper.command`.

You can also start a game programatically using `new Minefield(mines).play(player);`
Upon winning or losing the plugin emits Events for other plugins to react to (if such is desired).

![Alt text](screenshot-1.PNG?raw=true "In progress game")