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
- Host: GitHub
- URL: https://github.com/semibran/life-c
- Owner: semibran
- License: mit
- Created: 2018-02-04T08:29:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T21:57:23.000Z (over 7 years ago)
- Last Synced: 2025-02-12T18:59:21.848Z (8 months ago)
- Topics: c, cellular-automata, game, game-of-life, physics, simulation
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# life-c
A minimalistic implementation of [Conway's Game of Life] in C. Uses SDL for graphics.
## 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