Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 146 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 146 Bytes

LifeGame

C++ implementation of Conway's Game of Life.

Implementation using a plain old vector. Precalculates list of neighbors for each point.