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

https://github.com/aashrafh/minesweeper

Minesweeper game built with Vue, Vuex, Vuetify, and SCSS
https://github.com/aashrafh/minesweeper

game games github-corner github-pages minesweeper minesweeper-game minesweeper-style-game scss svg vue vue-game vuejs vuetify vuetifyjs vuex

Last synced: 20 days ago
JSON representation

Minesweeper game built with Vue, Vuex, Vuetify, and SCSS

Awesome Lists containing this project

README

        

# Minesweeper

## 📝 Table of Contents
- [About](#about)
- [Screenshots](#screenshots)
- [Technology](#tech)
- [Install](#Install)

## 🧐 About
Minesweeper game built with Vue, Vuex, Vuetify, and SCSS. You can try it [here](https://aashrafh.github.io/minesweeper/).

## 🎥 Screenshots



Image Demo

Image Demo

Image Demo

Image Demo


## ⛏️ Built Using
- [Vue](https://vuejs.org/)
- [Vue CLI](https://cli.vuejs.org/)
- [Vuex](https://vuex.vuejs.org/)
- [Vuetify](https://vuetifyjs.com/)

## 🏁 Install
### Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```