dart-lang / sample-pop_pop_win

"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.

Home Page:https://dart-lang.github.io/sample-pop_pop_win/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.

https://dart-lang.github.io/sample-pop_pop_win/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 88.8%Language:HTML 10.2%Language:CSS 1.0%