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.
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.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.