/minesweeper

Created with CodeSandbox

Primary LanguageHTML

JavaScript Minesweeper Game 💣

This repository contains a Minesweeper game developed as a learning for JavaScript. While it still needs to be fully completed, the core logic of the game is implemented.

Features

The following are the implemented and planned features of the game. This list will be updated as the development progresses.

  • Specify the size of the minefield
  • Set the number of bombs
  • Flag image
  • Bomb image
  • Game Over message when a bomb is clicked
  • End game when all bombs are found
  • End game when a bomb is clicked
  • Time limit