gopong icon indicating copy to clipboard operation
gopong copied to clipboard

HTML5 Pong implementation in GO

GoPong

This is an html5/canvas implementation of classic game pong.

GoPong

Online version

http://dimiro1.github.io/gopong/

Compiling

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>

Author

Claudemiro Alves Feitosa Neto

LICENSE

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.