Skip to content

amis-shokoohi/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life written in Golang-WebAsssembly

Demo -> gofl.netlify.app - The maximum fps is set to 60.

build

In order to build with Go compiler, run command below:

$ make wasm

In order to build with Tinygo compiler, run command below:

$ make tinywasm

dev server

Serves the http directory:

$ make serve