nau5ea / Pong

Recreating Pong using Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Recreating Pong using Java

License:MIT License


Languages

Language:Java 100.0%