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

https://github.com/almogtavor/minesweeper

Web version Microsoft Minesweeper comeback
https://github.com/almogtavor/minesweeper

javascript minesweeper minesweeper-game

Last synced: about 1 month ago
JSON representation

Web version Microsoft Minesweeper comeback

Awesome Lists containing this project

README

          

# Web Minesweeper
Vanilla js Minesweeper web version. 1:1 re-implementation of Microsoft Windows's original game.

![](minesweeper.png)

## How to Run
1. Clone this repository
2. Open `index.html` in your web browser
- You can do this by double-clicking the file
- Or using a local server (recommended):
```bash
# Using Python
python -m http.server

# Using Node.js (if you have http-server installed)
npx http-server
```
3. Open your browser and navigate to `http://localhost:8000` (or the port shown in your terminal)