"Pop, Pop, Win!" is an implementation of Minesweeper in Dart.
An implementation of Minesweeper in Dart.
Clone the repository.
Run pub get.
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