Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamzabenyazid/minesweeper
The classic Minesweeper game in Obsidian
https://github.com/hamzabenyazid/minesweeper
Last synced: 5 days ago
JSON representation
The classic Minesweeper game in Obsidian
- Host: GitHub
- URL: https://github.com/hamzabenyazid/minesweeper
- Owner: HamzaBenyazid
- License: mit
- Created: 2024-09-10T14:59:10.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:30:35.000Z (2 months ago)
- Last Synced: 2024-11-01T14:09:46.800Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper in Obsidian
Enjoy the classic Minesweeper game directly in Obsidian!
## Why Minesweeper?
I created this plugin because it was fun to develop, and I know you'll enjoy playing it too! Whether you're offline or just looking to pass the time, Minesweeper is a perfect way to do it.## Features
- A fun way to pass the time right within Obsidian.## Usage
1. Install the Plugin:
- Once available, you can install it from the Obsidian plugin marketplace. Alternatively, download the latest release, unzip it, place the folder in your vault's plugin directory, and enable it in Obsidian's settings.2. Insert a Code Block:
- Add a code block with `mnswpr` as language:
```
```mnswpr
```
```
3. Set Difficulty:
- You can choose difficulty by adding `dif: ...` inside the code block. E.g:
```
```mnswpr
dif: easy
```
```## Demo
Check out a demo of the game in action:![Demo Gif](demo/demo.gif)
## Support & ⭐️ Star the Project!
If you enjoy using this plugin, consider giving it a ⭐️ on GitHub! Your support helps improve the project and keeps it going. Spread the word, and feel free to share feedback or suggestions.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.## License
This project is licensed under the MIT License.