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
- Host: GitHub
- URL: https://github.com/aashrafh/minesweeper
- Owner: aashrafh
- License: mit
- Created: 2020-09-05T19:37:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T12:45:28.000Z (over 2 years ago)
- Last Synced: 2025-03-30T22:32:20.453Z (about 2 months ago)
- Topics: game, games, github-corner, github-pages, minesweeper, minesweeper-game, minesweeper-style-game, scss, svg, vue, vue-game, vuejs, vuetify, vuetifyjs, vuex
- Language: JavaScript
- Homepage: https://aashrafh.github.io/minesweeper/
- Size: 724 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()
## ⛏️ 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
```