7ed51a0838 | ||
---|---|---|
.. | ||
assets | ||
config | ||
src | ||
teams | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
LICENSE | ||
README.md | ||
gulpfile.js | ||
minesweeper-walkthrough.tour | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
Minesweeper
Summary
This web part is the classic game Minesweeper, put in a Fluent UI powered SPFx web part!
Used SharePoint Framework Version
Applies to
Prerequisites
None.
Solution
Solution | Author(s) |
---|---|
react-minesweeper | Pieter Heemeryck |
Version history
Version | Date | Comments |
---|---|---|
1.0 | July, 2020 | Initial release |
Disclaimer
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Minimal Path to Awesome
- Clone this repository
- in the command line run:
npm install
gulp serve
Features
- Difficulties: Beginner, Intermediate, Expert
- High scores are stored in localStorage
- Mine mode / flag mode (swap left & right click), useful on mobile
- Chording
This Web Part illustrates the following concepts on top of the SharePoint Framework: