Skip to content

Latest commit

 

History

History
 
 

Pong Game

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java-Pong-Game

This is a desktop application, built using Java, to play basic pong game.

Screenshot from 2022-09-18 00-56-09

  • 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.

Setup the Project on your local system

  • It is really simple to setup the project on your local system.
  • You need to fork this repository, then clone that forked repository by git 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 -
    1. Java must be installed correctly on your system.

    2. 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