From 8a7f5dde6b8f62a62add2bc01e673acce82f9f8e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 27 Mar 2018 02:57:57 +0900 Subject: [PATCH] Updated Web Browsers (markdown) --- Web-Browsers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Web-Browsers.md b/Web-Browsers.md index 929da7d..7f5ef86 100644 --- a/Web-Browsers.md +++ b/Web-Browsers.md @@ -36,3 +36,8 @@ gopherjs serve --tags=example ``` And access to `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples/blocks`. + +# jsgo.io + +Dave's [jsgo.io](https://jsgo.io/) is so wonderful that you can play your game on browsers. For example, if you want to play `github.com/hajimehoshi/go-inovation`, you can access `https://jsgo.io/github.com/hajimehoshi/go-inovation`. That's it! Note that you would need to put your resources in appropriate paths, or embed your resources in Go by [file2byteslice](https://github.com/hajimehoshi/file2byteslice) or other similar tools. +