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
- Host: GitHub
- URL: https://github.com/dxrcy/golad
- Owner: dxrcy
- License: gpl-3.0
- Created: 2024-08-28T01:06:08.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-18T04:25:07.000Z (7 months ago)
- Last Synced: 2025-03-15T08:37:16.714Z (3 months ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway's Game of Life
Simple Conways Game of Life in C.
```sh
# Compile and run
make run
```