Traditional Pong game using Java SE GUI events (mouse & keyboard). All this code has been deployed to get an example about how to use some useful Java SE elements.
You only need last version of Java installed on your system (https://java.com/es/download/).
No installation necessary. Execute it with double click or using:
java -jar Pong_Game-v0.1.0.jar
- Star/Stop game: Spacebar.
- Left player: W (move up) / S (move down).
- Right player: Up arrow (move up) / Down arrow (move down).
##Licensing
Please see LICENSE file.
##Credits
Madrid, 10/15/2015,
Javier Gusano Martínez