/Minesweeper

Minesweeper game created using plain JavaScript with TweenMax animations

Primary LanguageJavaScript

Minesweeper Game

Overview

This Minesweeper game is a web-based implementation of the classic puzzle game. The user interface is built using HTML and CSS, while the game logic is implemented in JavaScript. The game features a grid of fields where mines are randomly placed, and the player must uncover all non-mine fields without triggering any mines. The game supports two board sizes: small (10x10) and large (15x15).