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

https://github.com/doccaico/conway-sokol

Conway's Game of Life in C with Sokol
https://github.com/doccaico/conway-sokol

game-of-life sokol

Last synced: 11 months ago
JSON representation

Conway's Game of Life in C with Sokol

Awesome Lists containing this project

README

          

## jcw

Conway's Game of Life in C with [Sokol](https://github.com/floooh/sokol)

### main-sapp.c (Wasm)
[WASM version](https://doccaico.github.io/conway-sokol/)

### main-sapp.c (Desktop)

### main-terminal.c (Terminal)

## Build

```sh
# Wasm
$ ./make.bash sapp-em
$ ./emrun docs/index.html

# Desktop
$ ./make.bash sapp
$ ./jcw

# Terminal
$ ./make.bash terminal
```