My first flash game bot, in java

Posted by Dylan on Game Development See other posts from Game Development or by Dylan
Published on 2012-10-18T02:27:26Z Indexed on 2012/10/18 5:23 UTC
Read the original article Hit count: 250

Filed under:
|

Okay so i love coming up with new programming challenges and ive discovered a new challenge. I would love to create a bot for a game that requires the user to click on a character and drag the mouse like a slingshot. Upon releasing the mouse the character flys across the game and hopefully lands in a scored spot(in my bot the highest score). the game looks like this


an image of the game is here.

http://i.stack.imgur.com/fThnG.jpg


How would i go about calculating the location of the character and then the physics to know exactly where to drag the mouse to?

© Game Development or respective owner

Related posts about java

Related posts about bot