These are skeletons of a game called Pong. I want to build on top of this blueprint a new, fresher feeling pong game with simple features such as 4 player mode, paddle customization, map customization, etc. This project is currently a work in progess.
git clone https://github.com/MrPlumbum82/2k_pong_java
javac -d build/ -sourcepath src/ src/Frame.java
java -cp build/ Frame
- Single player (vs AI)
- Local Mutli player (2, 4, 6, 8)
- Power Ups
- 2 Dimentional Movement (like windjammers)
- Four keys to move, one key to activate powerup, two keys for jabs (forward push)
- Different Maps
- Audio Settings
- Video Settings
- Game Settings
- Change Hotkeys
- Acheivments
- Save progress in a directory (no login or users, just highscores list)
- Credits