Vue Minesweeper. A playable minesweeper game you can run in your browser.

vuesweeper.netlify.app

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2022
  • chore: cleanup (#21)
  • chore: remove redundant comment (#20)
  • fix: update auto imports (#19)
March 2022
  • perf: use left and right click(lrclick()) replace dbclick() (#17)
  • fix: game state check logic (#16)
  • feat: addGameStatus:'ready' (#15)
  • fix: Unable to unmark when `revealed=true` after marking (#14)
  • fix: block flagged should not be clickable (#13)
  • chore: update
  • fix: auto expend (#9)
  • chore: setup random seed
  • feat: lost alert
  • feat: freeze time on end
  • feat: auto expand
  • feat: timer and mine count
  • feat: confetti
  • feat: improve mobile view
  • feat: improve mine generation logic
  • feat: alert
  • chore: update deps