Skip to content

Simple clone of pong, one of my favourite retro games.

License

Notifications You must be signed in to change notification settings

NikhilJArora/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple clone of pong, one of my favourite retro games.

Resources

License

Stars

Watchers

Forks

Languages