Module project.pong
Package project.pong.model
package project.pong.model
-
ClassDescriptionThe Ball class represents the ball in the Pong game.The CollisionDetector class detects collisions between the ball and rackets in the Pong game.The GamePong class represents the game state and logic of the Pong game.The Options class represents the game settings for Pong.The Player class represents a player in the Pong game.The Racket class represents a racket in the Pong game.The RacketMovementHandler class manages the movement of rackets in the Pong game.The Resizable interface represents an object that can be resized.An enumeration representing the sides.An enumeration representing the possible states of the game window.