vault backup: 2024-10-04 10:36:29

This commit is contained in:
2024-10-04 10:36:29 -05:00
parent 40dff8f1b2
commit a9103cbd0b

View File

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