An open API service indexing awesome lists of open source software.

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

Minesweeper the game on the web. Powered by Vue.js
https://github.com/asvrada/vue-minesweeper

game minesweeper vue vuex web

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# vue-minesweeper

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

[Demo](https://asvrada.github.io/vue-minesweeper/)

## Requirements

Make sure you have following tools installed on your system:

* [node.js](https://nodejs.org/)
* [yarn](https://yarnpkg.com/)

## 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.

```bash
# 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](https://opensource.org/licenses/MIT)