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...)