Loading repository data…
Loading repository data…
p-ranav / repository
Conway's Game of Life in the Terminal
cgol is a modern C++ implementation of Conway's Game of Life.
.rle) pattern files (See samples/)git clone git@github.com:p-ranav/cgol
cd cgol
mkdir build && cd build
cmake .. && make
./cgol <pattern.rle>
# example: ./cgol ../samples/glider.rle
Contributions are welcome, have a look at the CONTRIBUTING.md document for more information.
The project is available under the MIT license.