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
- Host: GitHub
- URL: https://github.com/dosmike/minesweeper
- Owner: DosMike
- License: mit
- Created: 2019-03-02T14:37:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:57:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T06:26:24.949Z (over 1 year ago)
- Language: Java
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
