/vue-minesweeper

Minesweeper the game on the web. Powered by Vue.js

Primary LanguageVueMIT LicenseMIT

vue-minesweeper

Minesweeper the game in your browser. Including AI that automatically beats the game (coming soon).

Demo

Requirements

Make sure you have following tools installed on your system:

Getting Started

First, clone/download this repo

git clone https://github.com/asvrada/vue-minesweeper.git

Under this repo, install dependency for this project

yarn install

After this point, you can check the package.json to see available actions under scripts section.

# To run in the browser:
yarn run serve

# To build production build
yarn run build

# etc...

TODO

  1. UI overhaul (settings, restart button, etc)
  2. add bot to beat the game automatically

License

MIT