Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Application The goal of this assignment is to develop an event-based game. You are going to develop a Pong Game. The game board is

Java Application

The goal of this assignment is to develop an event-based game. You are going to develop a Pong Game.

The game board is a rectangle with a ball bouncing around. On the right wall, you will have a rectangular paddle (1/3 of the wall height). The paddle moves with up and down arrows. Next to the game board, there will be a score board. It will show the count of goals, and count of hits to the paddle. In the beginning of the game, the paddle will be on the center of the right wall.

image text in transcribed

You can develop a two-player game, and it will count for extra 2 points bonus.

You can arrange the color and the style of the board/paddle/ball/Score Board as you prefer.

Rubric

Assignment 5 Rubric

Assignment 5 Rubric

Criteria Ratings Pts This criterion is linked to a Learning OutcomeThe code compiles/runs 0.1 pts Full Marks 0.0 pts No Marks 0.1 pts This criterion is linked to a Learning OutcomeComments are written in detail 0.1 pts Full Marks 0.0 pts No Marks 0.1 pts This criterion is linked to a Learning Outcomejar file contains the java source 0.1 pts Full Marks 0.0 pts No Marks 0.1 pts This criterion is linked to a Learning OutcomePaddle moves with up and down arrows. 2.0 pts Full Marks 0.0 pts No Marks 2.0 pts This criterion is linked to a Learning OutcomeScore board "hit" section is updated when the ball hits the paddle and changes the direction. 1.3 pts Full Marks 0.0 pts No Marks 1.3 pts This criterion is linked to a Learning OutcomeScore board "goal" section is updated when the ball hits the right wall. 1.3 pts Full Marks 0.0 pts No Marks 1.3 pts This criterion is linked to a Learning Outcome2-player game is developed. A and Z keys are used to move player 2 paddle. Score board is composed of 4 sections - Player1 Hit/Goal and Player2 Hit/Goal Hit/Goals are updated correctly for both players. 2.0 pts Full Marks 0.0 pts No Marks 2.0 pts This criterion is linked to a Learning OutcomeThe project is named as Assignment5, hence jar file is named as assignment5.jar 0.1 pts Full Marks 0.0 pts No Marks 0.1 pts Total Points: 7.0 My Pong Game SCORE BOARD Goals Hits 10 25 My Pong Game SCORE BOARD Goals Hits 10 25

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions