BOMB-SWEEPER

Minesweeper built with HTML, CSS, and JavaScript that displays a grid containing randomly placed mines. Players open cells, place flags, and avoid mines. The numbers on each cell indicate how many mines are nearby. The game logic, mine placement, and win/loss detection are handled with JavaScript, while CSS provides a simple and responsive layout. Suitable as practice for DOM manipulation and event handling.

BOMB-SWEEPER