Are there any ball tracking algorithms/patterns around in game programming

Posted by user214626 on Stack Overflow See other posts from Stack Overflow or by user214626
Published on 2010-03-11T15:14:51Z Indexed on 2010/03/25 8:23 UTC
Read the original article Hit count: 544

Filed under:
|
|
|

Hello,

I am a newbie to game programming,I would need the suggestions and help of the wonderful people around here.

I have set of players, and a ball, the players can kick the ball around the ground (not yet a football game, neither a foosball game too ).Are there any algorithms/ patterns for addressing the problems with tracking the ball and taking decisions, Is that too much to ask.What I was looking at is something like a collision detection algorithm for the common problem of 2 objects interacting with one another.

© Stack Overflow or respective owner

Related posts about game

Related posts about programming