Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.41 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.41 KB

An implementation of Minesweeper in Dart.

Open in Firebase Studio

Interaction

  • Click on hidden squares to reveal them.
  • Shift-click on squares to flag them.
  • Shift-click on revealed numbers to go fast--but be careful. If you've flagged incorrectly, you'll hit a bomb.

Assets

Running and building

  • Clone the repository.

  • Run pub get.

  • To run locally with dartdevc:

    $ pub run build_runner serve
  • To build with dart2js and minified output:

    $ pub run build_runner build --release --output web:build