Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 766 Bytes

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.

Project Demonstration




Created by Diego Reis