This project was generated with Angular CLI version 8.0.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
A. Introduction: Inspired by http://codingdojo.org/kata/Minesweeper/ see http://minesweeperonline.com/
B. Description and Discussion of the Problem
C. Coding Session Tasks:
- The user can reveal cells
- The user looses the game if mine is revealed
- The user wins the game if all non-mines are revealed
- Revealed cells display a count of adjacent mines
- Automatically reveal adjacent cells of cells without adjacent mines
D. Retrospective