Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finkmoritz/conway-c
https://github.com/finkmoritz/conway-c
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/finkmoritz/conway-c
- Owner: finkmoritz
- Created: 2024-02-02T19:32:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T18:53:58.000Z (11 months ago)
- Last Synced: 2024-02-03T20:42:15.586Z (11 months ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conway C
This library implements Conway's Game of Life.
## Get Started
Choose a build target:
- example: Run an example game.
- test: Run unit test cases.### Compile
```
make
```### Run
```
./
```### Clean Up
```
make clean
```