cgol
is a modern C++ implementation of Conway's Game of Life.
- Runs in the terminal - uses the terminal width/height as the grid size
- Parses run-length encoding (
.rle
) pattern files (Seesamples/
) - MIT License
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.