This is a desktop application, built using Java, to play basic pong game.
- In the top-centre, it is the Score of the match.
- The Control for blue paddle are 'W'(for up) and 'S'(for down) keys, and for red one, the controls are default up(↑) and down(↓) keys.
Click here to see the full gameplay Demo.
- It is really simple to setup the project on your local system.
- You need to
forkthis repository, then clone that forked repository bygit clone <link of your fork>in any folder of your system. - You have cloned this repository successfully. Now, there are few pre-requisite before running the project, these are the following -
-
Java must be installed correctly on your system.
-
Any code editor or IDE for opening the project. My preference would IntelliJ Idea as IDE.
-
- After meeting above requirements you are ready to use the project.
- Open your IDE/editor and then open this project in that. If Project SDK is not configured, you need to setup that manually.
- Now finally, simply run the Pong.java file.
You can add features as you like and make a pull request. A pull request is highly appreciable.
Thank you
