Skip to content

dimiro1/gopong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HTML5 Pong implementation in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published