Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.14 KB

MinesweeperJS

AngularJS implementation of the Minesweeper game, inspired by the blog posts at Simply Good Code.

Online demo

Want to play the game? Head over to the demo page.

Simple Good Code blog posts

  1. Part I - introduction to Minesweeper
  2. Part II - basic grid
  3. Part III - uncovering squares
  4. Part IV - adding mines
  5. Part V - adding numbers
  6. Part VI - detecting winner
  7. Part VII - detecting loser