An implementation of Game Of Life, written in Go. Support WASM.
Try it at: https://stephentt-me.github.io/gameoflife-wasm/
The first 10 seconds. Run on browser by using WASM.
- Go >= 1.11
- A morden browser with WebAssembly support.
Treat Makefile as good starting point.
- Compile with
make build
- Run unit test
make test
MIT. Check LICENCE for more information.