From a9103cbd0b84308ce5c0badf9828527d63e3fea0 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Fri, 4 Oct 2024 10:36:29 -0500 Subject: [PATCH] vault backup: 2024-10-04 10:36:29 --- Jose De Jesus interview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Jose De Jesus interview.md b/Jose De Jesus interview.md index 2c7d6a0..79db678 100644 --- a/Jose De Jesus interview.md +++ b/Jose De Jesus interview.md @@ -22,6 +22,7 @@ Other comments: - [ ] Used `Random` to set mines randomly around the board - [ ] Used a while loop in Program until `bool gameEnded` was reached - [ ] Used `Convert.ToInt32` instead of `int.Parse` to get coordinates from console input line +- [ ] Ran into issues looping and redisplaying the board Questions to ask: - [ ] What could you do to take your game logic and render it any way you wanted to (console, HTML, graphical...)