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
- Host: GitHub
- URL: https://github.com/asvrada/vue-minesweeper
- Owner: asvrada
- License: mit
- Created: 2018-03-25T15:15:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T04:19:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T11:26:34.556Z (over 1 year ago)
- Topics: game, minesweeper, vue, vuex, web
- Language: Vue
- Homepage: https://asvrada.github.io/vue-minesweeper/
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
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)