- Author : Oussama Ben Khiroun
- Language : JavaScript using jsboard library (credits to danielborowski)
- Algorithm : Use of recursive grid exploration in case of zero neighbour mines
- Design : Microsoft (Windows XP) using sprites
- Source Code : https://github.com/oussbenk/minesweeper
- Game Demo : https://oussbenk.github.io/minesweeper/
Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden "mines" or bombs without detonating any of them, with help from clues about the number of neighboring mines in each field [Wikipedia].