vault backup: 2024-10-01 13:19:02

This commit is contained in:
2024-10-01 13:19:03 -05:00
parent d5ff59a238
commit 4831718a45

View File

@@ -10,3 +10,7 @@ Seems familiar with Visual Studio. Able to explain his basic plan to get going:
Interesting choice: adding "NeighborCount" on the cell model--should the cell model know about its neighbors?
IN progress: ahs not initialized the Board property yet--how will he discover this?
Using `Random` to fill 10 mines into the board, knows basics of `Random` API.