reynoldscem / cpp-game-of-life

Simple game of life with wraparound in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple game of life with wraparound in c++


Languages

Language:C++ 100.0%