srimel / game_of_life

Conway's Game of Life
0 stars 0 forks source link

Refactor Board class #23

Closed srimel closed 1 year ago

srimel commented 1 year ago

Fixed copy constructor and '==' operator logic for board class. Also cleaned up a lot of unnecessary comments. The game of life ruleset was in a comment within the class implementation file, so I moved it to the README instead for better documentation.