Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/finkmoritz/conway-c


https://github.com/finkmoritz/conway-c

Last synced: about 1 month ago
JSON representation

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
```