FaultInOurPong
1
|
▼ src | |
▼ model | |
Ball.java | This class represents a ball on the pong game |
GameModel.java | This class represents a ball on the pong game |
Paddle.java | This class defines a paddle |
Player.java | This class represents a player for the game |
▼ startGame | |
GameController.java | This class is the controller for the game |
PongGame.java | This class starts the game |
▼ view | |
GameView.java | This class is the main view model |
HighScore.java | |
Mode.java | This class create the game mode window |
PongGameDisplay.java | This class construct the view of the pong game |
Tutorial.java | This class create the tutorial window |
Welcome.java | This class creates the display for welcome page |