Build Minesweeper in Under an Hour with Angular

I was inspired by a recent blog post about building Minesweeper in JavaScript, but the instructions and DOM manipulations all looked pretty complex, so I tried to build my own from scratch, and I was successful and it took less than an hour! Code and game here: This is a video of that process, including all of the mistakes, typos, thinking, and refactoring that I did. I played it back at about 5x speed and did a voiceover to save folks from watching an hour of me coding.
Back to Top