vault backup: 2024-10-01 14:07:53

This commit is contained in:
2024-10-01 14:07:54 -05:00
parent 6be8510b27
commit 05945d5926

View File

@@ -40,4 +40,5 @@ Notes:
5. Has a bug using `.Length` of a multi-dimensional array! Will be x * y and not x as he's hoping. He figured it out without any prompting from me and used `GridSize` in the check instead.
6. He had thoughts about the `Board.BoardGame` field--renmaing it. This is a good sign to me, thinking about clearing naming something that's redundant (against the class name).
7. Used a `Queue<T>` to do a breadth-first search of neighboring cells.
8. Talked through logic of revealing 0-neighboring-mine-count cells well