Skip to content

Pong written entirely from scratch with no external dependencies in Java.

License

Notifications You must be signed in to change notification settings

amnoah/overcomplicated-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overcomplicated Pong

Pong written entirely in Java with no external dependencies as a challenge for myself. It's not optimized at all and could be easily improved, but worked well as a challenge for myself.

Features:

  • A modular object system which makes it easy to create/remove objects.
  • Computer operated paddles which perform smart actions for how little code is involved.
  • 9 different playable paddle combinations.
  • Framerate independent movement, ensuring you move the same distance no matter your frame rate.
  • Proper scaling to any resolution within the Game stage.

Release

A playable Jar is available under the Releases tab of this GitHub repository.

About

Pong written entirely from scratch with no external dependencies in Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages