An open API service indexing awesome lists of open source software.

https://github.com/inside/java-pong

A java port of my version of pong
https://github.com/inside/java-pong

Last synced: about 1 year ago
JSON representation

A java port of my version of pong

Awesome Lists containing this project

README

          

To run the desktop version:

* clone the project
* run ant on the command line

To run the applet:

* clone the project
* run keytool -genkey -alias javapong, when asked for password, type antjavapong
* run ant sign on the command line
* put the jar file on a web server
* use the provided pong-applet-sample.html