Updated Web Browsers (markdown)

Hajime Hoshi 2018-03-27 02:57:57 +09:00
parent 2e714aad22
commit 8a7f5dde6b

@ -36,3 +36,8 @@ gopherjs serve --tags=example
``` ```
And access to `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples/blocks`. 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.