Pong is a classic tennis game which is GUI based. This project is a great recipe to test your core java skills as it uses simple Multithreading concepts, Swing concepts, OOPs concepts. This project will hone your skills in creating GUI based Java applications.
Contributing Guidelines:
The code should include comments
There should be proper documentation (description, inputs, and outputs) contained in the README.md file.
The file should be in the proper directory (e.g., Python/project_directory/name_of_the_file)
The file names must be in snake case (i.e., ' ' replaced by '_')
If you're using images in the README.md file then put them in the images folder inside your project directory.
Description
Pong is a classic tennis game which is GUI based. This project is a great recipe to test your core java skills as it uses simple Multithreading concepts, Swing concepts, OOPs concepts. This project will hone your skills in creating GUI based Java applications.
Contributing Guidelines: