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

https://github.com/ooliver1/gameoflife

My attempt at Conway's game of life, in C.
https://github.com/ooliver1/gameoflife

c cmake conway-game conways-game-of-life gameoflife tui

Last synced: 9 months ago
JSON representation

My attempt at Conway's game of life, in C.

Awesome Lists containing this project

README

          

# gameoflife

My attempt at Conway's game of life, in C.

> **Note**
> The edges are bounding boxes right now, they do not extend infinitely.

## Building

Install [CMake](https://cmake.org).

```bash
cmake -Bbuild
cmake --build build
```