Minesweeper
In this challenge, I attempt to code the classic game Minesweeper in JavaScript with the p5.js library.
- Wikipedia article on Minesweeper 
- Discussion of the floodfill algorithm 
- The GitHub topic suggestion that gave the idea of this video 
- In this video, I examine the concept of "Prototype" in the JavaScript programming language. 
- You should probably watch my videos on ES6 classes instead, but if you insist on being here, I will discuss how inheritance works with prototypes in JS. 
- In this JavaScript Tutorial, I cover two-dimensional (2D) arrays in JavaScript. 
- This side track is a collection of coding challenges for various (classic and new) video games in Processing (Java) or JavaScript with p5.js. 
- Live Stream with Minesweeper 
- Editingby Mathieu Blanchette 
- Animationsby Jason Heglund 
