awkrail / lifegame_wasm.cpp

WebAssembly of Conway's Game of Life written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lifegame_wasm.cpp

This code provides a WebAssembly code of Conway's Game of Life written in C++.

Build

emcc core.cpp -s WASM=1 -s USE_SDL=2 -O3 -o index.js

Run

emrun index.html

Requirements

Please install Emscripten.

Reference

About

WebAssembly of Conway's Game of Life written in C++

License:MIT License


Languages

Language:C++ 88.5%Language:HTML 11.5%