Skip to content

My Pong implementations in all of my favourite languages

Notifications You must be signed in to change notification settings

MrPlumbum82/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong

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.

screenshot

How to use:

Clone

	git clone https://github.com/MrPlumbum82/2k_pong_java

Build:

	javac -d build/ -sourcepath src/ src/Frame.java

Run:

	java -cp build/ Frame

Scope of the Game

Gameplay

  • 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

Menu Additions

  • Audio Settings
  • Video Settings
  • Game Settings
  • Change Hotkeys
  • Acheivments
  • Save progress in a directory (no login or users, just highscores list)
  • Credits

About

My Pong implementations in all of my favourite languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published