This is an html5/canvas implementation of classic game pong.
http://dimiro1.github.io/gopong/
Just install gopherjs and build with it.
$ go get github.com/gopherjs/gopherjs
$ gopherjs build github.com/dimiro1/gopong
<html>
<head>
<meta charset="utf-8">
</head>
<body>
</body>
<script src="gopong.js"></script>
</html>
Claudemiro Alves Feitosa Neto
Copyright 2015 Claudemiro Alves Feitosa Neto. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.