mgradwohl / ModernLife

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

Refactor the rendering of the board to a BoardRenderer class #33

Closed mgradwohl closed 1 year ago

mgradwohl commented 1 year ago

This should enable multiple board renderers to enable things like WireWorld, Langston's Ant, etc. and cleanup MainWindow