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 07:28pm
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.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jan 22 2013 11:36pm
what is "Processing"? some language?
Member
Posts: 72
Joined: Dec 24 2008
Gold: 0.00
Jan 23 2013 01:35am
it's an open source language that is used in a visual context, sort of sketchbook type program
Member
Posts: 4,605
Joined: Sep 15 2011
Gold: 9,464.00
Jan 23 2013 02:55am
regardless of whether anybody has experience here, if you post the code you've got, it would probably be fairly straightforward for people to give you pointers even without knowing the language
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll