/gameoflife-wasm

Game Of Life written in Go support browser by Wasm. https://stephentt42.github.io/gameoflife-wasm/

Primary LanguageGoMIT LicenseMIT

Game Of Life - Wasm

An implementation of Game Of Life, written in Go. Support WASM.

Try it at: https://stephentt-me.github.io/gameoflife-wasm/

Screenshots

The first 10 seconds. Run on browser by using WASM.

Prerequisites

  • Go >= 1.11
  • A morden browser with WebAssembly support.

Usage

Treat Makefile as good starting point.

  • Compile with make build
  • Run unit test make test

LICENCE

MIT. Check LICENCE for more information.