Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 129 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 129 Bytes

Game of Life

The Game of Life is a cellular automaton created by Conway. I try to recreate it in c++ with my GridCellFramework