This project aims to develop a classic Minesweeper game using Javascript, showcasing essential Object-Oriented Programming (OOP) concepts.
- Select a cell to reveal its content.
- If a mine is revealed, the game is lost.
- If a numbered cell is revealed, it indicates the number of adjacent mines.
- Use this information to strategically reveal cells and avoid mines.
- Right-click to flag cells you suspect contain mines.
- Win the game by revealing all non-mine cells or lose by triggering a mine.