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
- Host: GitHub
- URL: https://github.com/inside/java-pong
- Owner: inside
- Created: 2011-04-22T16:07:56.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-11-29T15:22:06.000Z (over 13 years ago)
- Last Synced: 2025-02-01T20:26:10.238Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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