Skip to content

Latest commit

 

History

1,327 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

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

    dart run build_runner build --release --output web:build

About

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

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

154 stars

Watchers

40 watching

Forks

Used by

Contributors

Languages