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.
- Host: GitHub
- URL: https://github.com/ooliver1/gameoflife
- Owner: ooliver1
- Created: 2022-10-06T15:42:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T14:56:01.000Z (over 3 years ago)
- Last Synced: 2025-08-20T22:49:32.495Z (11 months ago)
- Topics: c, cmake, conway-game, conways-game-of-life, gameoflife, tui
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```