I am quite behind in this beginner programming course I am taking, and am currently trying to read up on it and catch up,
but the first assignment is due this week, and along with 4 other courses, I don't think I would be able to learn it by this week,
so I was wondering if anyone with experience in using Processing would be able to help me with this coding.
Assignment details
For this assignment, you will make a simple variation of the classic game Breakout.
In breakout, a bat at the bottom of the screen is used to control a ball that bounces around destroying bricks as it hits them.
The goal of the game is to destroy all the bricks, while preventing the ball from falling past the bottom edge.
At this point we’re only going to worry about making the bat and the ball behave as expected, so that the goal of our game is to survive.
You’re welcome to add bricks if you like, but it is not necessary.
There must be a bat at the bottom of the screen, whose movement is determined by the mouse. When the game starts, the ball rests in the center of the bat.
When the user wishes to start the game, the ball leaves the bat, going up. If the ball hits one of clearly marked three walls (left, top, bottom) it will bounce in the opposite direction.
If the ball falls off the bottom edge, it should reappear in the middle of the bat. However, if the ball hits the bat, it should bounce back. Because we don’t have any bricks in this version,
we should make the game a little more interesting. For every 3 times the user has successfully prevented the ball from falling off the speed the ball is moving in should increase.
Inbox/PM me for details if interested in helping me regarding the coding outline. Paying good fg.