A1 Instructions Guided
A1 Instructions Guided
Introduction
Player 1 Paddle
Ball
Player 2 Paddle
IMPORTANT NOTE:
If your program crashes or fails to run in the first place,
you will get a VERY LOW GRADE!
It’s usually better to have a solution that works but does
not satisfy all requirements than it is to have a solution
that might theoretically fulfill the requirements, but
crashes. When in doubt, please ask! Just email Brent –
he’s happy to chat!
CSCI 1105 ASSIGNMENT 1
Requirement 1: Paddle Movement
W O
S L
CSCI 1105 ASSIGNMENT 1
Requirement 2a: Ball Movement
Usually, the ball should start in the center of the screen and pick a
random direction to start moving.
When the ball hits the left edge of the screen, player 2 should
get one point.
When the ball hits the right edge of the screen, player 1 should
get one point.