Skip to content

Commit

Permalink
minesweeper: add deep dive info (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored May 16, 2024
1 parent d3a3c81 commit 4cc789a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/minesweeper/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
title = "Minesweeper"
blurb = "Add the numbers to a minesweeper board."
deep_dive_youtube_id = "dLT2h2hODhs"
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 comments on commit 4cc789a

Please sign in to comment.