Skip to content

Meuss/minesweeper

Repository files navigation

Minesweeper

Learning some Vue.js while having some fun. 💣 💥

Bugs TODO

  • Restart not resetting correctly, page refresh works
  • Correct the amount of mines left!
  • Give possibility of setting mines / grid size at start.
  • Victory animation or something

Usage

$ git clone https://github.com/Meuss/minesweeper.git
$ npm install
$ npm run dev