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
- Host: GitHub
- URL: https://github.com/doccaico/conway-sokol
- Owner: doccaico
- Created: 2021-01-21T11:55:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T04:07:32.000Z (over 2 years ago)
- Last Synced: 2025-02-24T08:34:21.186Z (over 1 year ago)
- Topics: game-of-life, sokol
- Language: C
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```