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++
- Host: GitHub
- URL: https://github.com/albertinopadin/cgol
- Owner: albertinopadin
- License: mit
- Created: 2022-07-10T02:03:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T05:07:40.000Z (about 1 year ago)
- Last Synced: 2025-07-03T05:04:38.163Z (about 1 year ago)
- Topics: conways-game-of-life, cpp
- Language: C++
- Homepage:
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`