dart_board_minesweeper 0.9.0 copy "dart_board_minesweeper: ^0.9.0" to clipboard
dart_board_minesweeper: ^0.9.0 copied to clipboard

outdated

A minesweeper implementation ported to DartBoard.

mine_sweeper #

Mine Sweeper in Flutter

Instructions #

  • Hit Play to start a game (if you resize windows, hit play to start a new game for that window)
  • Change theme at will (this will not restart the game)
  • Flag Tiles with long press
  • Flag all the bombs and clear all the tiles to win

Dart Board Integration #

This route is exposed.

/minesweep

Either navigate to it, or use RouteWidget("/minesweep")

Run Directly #

flutter run -t example/main.dart