Created Spring 2022
This is a Pong game with two players. The ball will speed up after making contact with the paddles. Player 0 (left side/blue) will use the "W" key and "S" key, and player 1 (right side/red) will use the "up" and "down" arrow keys to move the paddle up and down.
Make sure you have the latest version of Java SE
Download Java SE here
Download the code to your local device. Then, run the "PongGame.class" file to open the game.
I wanted to create a game from scratch using Java GUI, and the reason why I chose pong is because this game used to be my favorite childhood computer game.
Adding one-player game mode(player vs. computer), more adjustable and customizable features(paddle size, ball size, colors, etc.), cross-device game(Online PVP)
This project was created by Warren Chang - Feel free to contact me if you have any questions :)