d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Anyone Experienced In The Program Processing? > Offer Fg Vs Help With 1 Short Assignment
Add Reply New Topic New Poll
Member
Posts: 72
Joined: Dec 24 2008
Gold: 0.00
Jan 22 2013 08:13pm
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 the beginner program called 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.
Member
Posts: 11,610
Joined: Oct 28 2008
Gold: 1,795.00
Jan 22 2013 08:51pm
Double post
http://forums.d2jsp.org/topic.php?t=66172491&f=120

People who post in here generally look all over the programmer's haven subforum, no need to post more than once.
Member
Posts: 72
Joined: Dec 24 2008
Gold: 0.00
Jan 22 2013 08:54pm
oh sorry thanks
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll