sp-dev-fx-webparts/samples/react-minesweeper/README.md

1.5 KiB

Minesweeper

Summary

This web part is the classic game Minesweeper, put in a Fluent UI powered SPFx web part!

Minesweeper

Used SharePoint Framework Version

1.10.0

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: