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/
- Host: GitHub
- URL: https://github.com/stephentth/gameoflife-wasm
- Owner: stephentth
- License: mit
- Created: 2019-03-15T16:52:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T10:43:12.000Z (over 4 years ago)
- Last Synced: 2025-06-23T02:40:29.741Z (4 months ago)
- Topics: gameoflife, go, wasm
- Language: Go
- Homepage:
- Size: 3.26 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.