SkillAgentSearch skills...

Pong

Recreating Pong using Java

Install / Use

/learn @diegolrs/Pong

README

Pong

Recreating Pong using Java

I decide to use the Java Programming Language on Eclipse's IDE because of Java's native features like:

  • import java.awt.Color;
  • import java.awt.Graphics;
  • import java.awt.Rectangle;
  • import java.util.Random;

and the main class was extended by Canvas and implemented by Runnable and KeyListener, anothers Java's natives features.

This and another things makes easier to make graphics with Java than with anothers programming languages.

<p align="center"> <img width="100%" height="100%" src="https://github.com/diegolrs/Pong/blob/master/Pong/project_demo.gif"> Project Demonstration </p> <p align="center"> <br><br><br> <a>Created by</a> <a href="https://github.com/diegolrs">Diego Reis</a> </p>

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks6

Languages

Java

Security Score

75/100

Audited on Mar 17, 2025

No findings