Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 646 Bytes

File metadata and controls

12 lines (7 loc) · 646 Bytes

Minesweeper Game

This is a classic Minesweeper game implemented using Angular and TypeScript. The objective of the game is to clear a rectangular board containing hidden mines without detonating any of them, using clues about the number of neighboring mines in each field.

Minesweeper Gamplay

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.