Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkalve/minesweeper
https://github.com/tkalve/minesweeper
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkalve/minesweeper
- Owner: tkalve
- Created: 2019-06-11T06:53:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T13:09:15.000Z (almost 2 years ago)
- Last Synced: 2024-09-24T19:09:15.841Z (about 1 month ago)
- Language: JavaScript
- Size: 471 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-sanity - `minesweeper` - Dashboard widget for the Sanity Content Studio which gives you a minesweeper game. (Plugins / Dashboard plugins)
README
# minesweeper
Dashboard widget for the Sanity Content Studio which gives you a minesweeper game.
The game itself was stolen from [@saninmersion](https://github.com/saninmersion/react-minesweeper)
and adapted a bit. I plan to implement a level select feature or fluid rows/columns
depending on available space## Usage
Assuming you already have a functional Dashboard in your Sanity Content Studio.1. Install this widget in your Studio folder like so:
```
sanity install minesweeper
```2. Update your `src/dashboardConfig.js` file by adding `{name: 'minesweeper'}` to the `widgets` array
3. Restart your Studio