A simple Microsoft Minesweeper clone, built with Vue3.
The web app is deployed to Netlify:
https://the-minesweeper.netlify.app/
- Clone or download this repository onto your local device.
cd
to the folder where this project is cloned.- Install all dependencies with
npm install
command. - Run the app in the development mode with
npm run serve
command. - Open the broswer and visit: http://localhost:8080/.
- Favicon from MobyGames
- Background image from WallpaperHub
- Emoji from Grid Paint
- Mine icon from Daily Mail
- Flag icon from Jem Werner's Medium Article