Skip to content

px7nn/minesweeper-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Web

A browser-based implementation of the classic Minesweeper game.

Play Online

You can play it here: 🔗 https://px7nn.github.io/minesweeper-web/

Run Locally

If you prefer running it locally, follow these steps:

Step 1: Clone the repository:

git clone https://github.com/px7nn/minesweeper-web.git

Step 2: Navigate into the folder:

cd minesweeper-web

Step 3: Open in your browser:

Open index.html in your preferred browser.

That’s it — no installation or build tools required.

Built With

HTML

CSS

JavaScript (Vanilla JS)

About the Game

Minesweeper is a logic-based puzzle game where:

  • You click cells to reveal what’s underneath.
  • Numbers indicate how many mines are adjacent.
  • Use flags to mark suspected mines.
  • Reveal all safe cells to win.

Future Improvements

  • Working Leaderboard
  • Game Modes

About

A browser-based implementation of the classic Minesweeper game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors