https://github.com/joojscript/pong
The classic Pong Game made in Java! ☕
https://github.com/joojscript/pong
Last synced: 9 months ago
JSON representation
The classic Pong Game made in Java! ☕
- Host: GitHub
- URL: https://github.com/joojscript/pong
- Owner: joojscript
- License: mit
- Created: 2020-08-02T19:46:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T21:25:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T11:57:30.895Z (over 1 year ago)
- Language: Java
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
☕ JavaPong 🏓
Just a simple version of the golden classic! I made this in Java while first started learning the language.
### How to play it?
With Java already installed (JRE or JDK), clone the repo, compile, and run the Game.java file.
I higly recommend using Eclipse IDE to run this.