vue-minesweeper
Minesweeper the game in your browser. Including AI that automatically beats the game (coming soon).
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
- UI overhaul (settings, restart button, etc)
- add bot to beat the game automatically