From 81379aba4b39b60804a87f4dd257df0cf96cf703 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Fri, 4 Oct 2024 10:10:57 -0500 Subject: [PATCH] vault backup: 2024-10-04 10:10:57 --- Jose De Jesus interview.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Jose De Jesus interview.md b/Jose De Jesus interview.md index 802e8a3..06f1291 100644 --- a/Jose De Jesus interview.md +++ b/Jose De Jesus interview.md @@ -5,6 +5,8 @@ Positives: - [ ] Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box" - [ ] Able to talk through his work well, explaining as he went along - [ ] Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box +- [ ] A user-facing thoughtful thing: he cleared the console at the top of each input loop +- [ ] Used `StringBuilder` to render the board output Concerns: - [ ] Didn't appear to come super prepared with the solution in mind @@ -14,7 +16,8 @@ Other comments: - [ ] Created class for `MineBox` and `Board` - [ ] Used multi-dimensional array of `MineBox`es in `Board` - [ ] Used `Random` to set mines randomly around the board -- [ ] +- [ ] Used a while loop in Program until `bool gameEnded` was reached Questions to ask: -- [ ] Call RevealBox from RevealNeighbors? \ No newline at end of file +- [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...) +- [ ] \ No newline at end of file