Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 494 Bytes

Pong

Simple cross-platform implementation of Pong using pure Java.

Building and running

Assuming Git and JDK 7 or newer is installed, open a terminal and enter:

git clone https://github.com/NikhilJArora/pong.git
cd pong 

# compile the game
javac src/com.nikhiljarora/pong/Pong.java -d out/

# run the game
java src/com.nikhiljarora/pong/Pong