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

https://github.com/stephentth/gameoflife-wasm

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

gameoflife go wasm

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Game Of Life - Wasm

An implementation of [Game Of Life](https://en.wikipedia.org/wiki/Conway%27s_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.