Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 291 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 291 Bytes

Game of Life

Simple implementation of Conway's Game of Life. Currently has hardcoded pulsar in source, easily could be extended to read files.

Use:

g++ gol.cpp && ./a.out