vault backup: 2024-10-04 09:51:50

This commit is contained in:
2024-10-04 09:51:50 -05:00
parent 5ec8c5c833
commit 39685e8c7c

View File

@@ -7,7 +7,9 @@ Concerns:
- [ ] Didn't appear to come super prepared with the solution in mind
- [ ] I'm not 100% certain he read the specification in detail, but relied on his memory of how minesweeper worked
Other comments:
- [ ] Created class for `MineBox` and `Board`
- [ ] Used multi-dimensional array of `MineBox`es in `Board`
- [ ] Used multi-dimensional array of `MineBox`es in `Board`
Questions to ask:
- [ ]