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

https://github.com/semibran/life-c

:gear: conway's game of life in C
https://github.com/semibran/life-c

c cellular-automata game game-of-life physics simulation

Last synced: 6 months ago
JSON representation

:gear: conway's game of life in C

Awesome Lists containing this project

README

          

# life-c
A minimalistic implementation of [Conway's Game of Life] in C. Uses SDL for graphics.

![screenshot](life.png)

## install
```sh
git clone git@github.com:semibran/life-c
cd life-c
mkdir dist
make
./dist/life
```

## license
[MIT] © [Brandon Semilla]

[conway's game of life]: https://en.wikipedia.org/wiki/Conway's_Game_of_Life
[MIT]: https://opensource.org/licenses/MIT
[Brandon Semilla]: https://github.com/semibran