srimel / game_of_life

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

Separate 'gol' file into respective class files: Cell.h/.cpp Board.h/.cpp #3

Closed srimel closed 1 year ago

srimel commented 1 year ago

Currently the interface and implementation files for Cell and Board objects reside in one file. The abstractions should be separated into their own class files for improved maintainability.