#71 — Minesweeper
Back
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.