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
- Host: GitHub
- URL: https://github.com/almogtavor/minesweeper
- Owner: almogtavor
- License: mit
- Created: 2020-09-05T11:25:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T20:01:05.000Z (4 months ago)
- Last Synced: 2025-06-10T20:46:08.607Z (4 months ago)
- Topics: javascript, minesweeper, minesweeper-game
- Language: JavaScript
- Homepage: https://almogtavor.github.io/minesweeper/
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Minesweeper
Vanilla js Minesweeper web version. 1:1 re-implementation of Microsoft Windows's original game.
## 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)