Skip to content

scc416/minesweeper

Repository files navigation

Minesweeper

A simple Microsoft Minesweeper clone, built with Vue3.

Table of Content

Live Demo

The web app is deployed to Netlify:
https://the-minesweeper.netlify.app/

Final Product

desktop

Dependencies

Getting Started

  1. Clone or download this repository onto your local device.
  2. cd to the folder where this project is cloned.
  3. Install all dependencies with npm install command.
  4. Run the app in the development mode with npm run serve command.
  5. Open the broswer and visit: http://localhost:8080/.

Credits