mgradwohl / ModernLife

Conway's Game of Life in C++/WinRT/WinAppSDK/WinUI 3
12 stars 3 forks source link

Duplicate cells issue - really bad #45

Closed mgradwohl closed 1 year ago

mgradwohl commented 1 year ago
  1. Build and launch
  2. Set the board size to 300 or greater (may depend on your DPI)
  3. Set the board initialization to 0
  4. Draw a line along the top of the board (hold down the left mouse button and drag)
  5. Notice you get more than one line
  6. Note: this happens when the board is randomized (find the repeating pattern)