Recent content by techy

  1. T

    Java How can I make a circular version of pong in Java?

    hi, I have been trying to make a game similar to pong in java. But I do not understand the concept of bouncing of the paddle. the paddle moves around in a circle. Here is the code that I have for the vector class that takes in the position of the paddle as a vector. public class Vector {...
Back
Top