My first flash game bot, in java
- by Dylan
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?