From 4831718a451961975415de341124f1d76f0bf3d0 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Tue, 1 Oct 2024 13:19:03 -0500 Subject: [PATCH] vault backup: 2024-10-01 13:19:02 --- Work/Edgar Munoz interview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Work/Edgar Munoz interview.md b/Work/Edgar Munoz interview.md index 40b291d..fbdfe26 100644 --- a/Work/Edgar Munoz interview.md +++ b/Work/Edgar Munoz interview.md @@ -10,3 +10,7 @@ Seems familiar with Visual Studio. Able to explain his basic plan to get going: Interesting choice: adding "NeighborCount" on the cell model--should the cell model know about its neighbors? +IN progress: ahs not initialized the Board property yet--how will he discover this? + +Using `Random` to fill 10 mines into the board, knows basics of `Random` API. +