All Projects → dart-lang → Sample Pop_pop_win

dart-lang / Sample Pop_pop_win

Licence: bsd-3-clause
"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.

Programming Languages

dart
5743 projects

An implementation of Minesweeper in Dart.

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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].