AlexBarczak / CellularAutomaton

Group Assignment for UNIX module of our uni course
0 stars 0 forks source link

Further Extensions - Conway's Game of Life #8

Closed AlexBarczak closed 1 year ago

AlexBarczak commented 1 year ago

Implement a version of Conway’s Game of Life (which is basically a 2-dimensional cellular automaton with a particular set of rules).

AlexBarczak commented 1 year ago

Game of Life is implemented in code and functional however it still needs to be further integrated before it can be called "complete"

AlexBarczak commented 1 year ago

Conway's Game of Life had been fully implemented to an acceptable standard and degree with solid implementation to try and keep the overall program robust