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

https://github.com/dxrcy/golad

Simple Conways Game of Life in C
https://github.com/dxrcy/golad

Last synced: 2 months ago
JSON representation

Simple Conways Game of Life in C

Awesome Lists containing this project

README

        

# Conway's Game of Life

Simple Conways Game of Life in C.

```sh
# Compile and run
make run
```