Skip to content

Commit 4cc789a

Browse files
minesweeper: add deep dive info (#2442)
1 parent d3a3c81 commit 4cc789a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/minesweeper/metadata.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
title = "Minesweeper"
22
blurb = "Add the numbers to a minesweeper board."
3+
deep_dive_youtube_id = "dLT2h2hODhs"
4+
deep_dive_blurb = "We explore nested for loops, clever use of min/max to simplify bounds checking, functional pipelines and using two-dimensional matrices."

0 commit comments

Comments
 (0)