Skip to content

diegolrs/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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