Skip to content

leovaldez08/minesweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper Game

Project Overview

This project aims to develop a classic Minesweeper game using Javascript, showcasing essential Object-Oriented Programming (OOP) concepts.

How to Play

  1. Select a cell to reveal its content.
  2. If a mine is revealed, the game is lost.
  3. If a numbered cell is revealed, it indicates the number of adjacent mines.
  4. Use this information to strategically reveal cells and avoid mines.
  5. Right-click to flag cells you suspect contain mines.
  6. Win the game by revealing all non-mine cells or lose by triggering a mine.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 9.7%
  • HTML 3.3%