An open API service indexing awesome lists of open source software.

https://github.com/albertinopadin/cgol

Conway's Game of Life implemented in C++
https://github.com/albertinopadin/cgol

conways-game-of-life cpp

Last synced: 4 months ago
JSON representation

Conway's Game of Life implemented in C++

Awesome Lists containing this project

README

          

# CGoL
## Conway's Game of Life implemented in C++

### Setup
#### Ubuntu based systems:
- Run `ubuntu-setup.sh` to install necessary dependencies
- To build run `cmake --build build --config Debug --target all -j 4`
- To run CGoL, run `build/CGoL`
- To clean run `cmake --build build --config Debug --target clean -j 4`