I\'m currently developing a script for a map in COD4. I think that the language is so simple that I\'m tagging this as language-agnostic since the problem is in the algorithm for this situation.
i am programming a small game for quite some time. We started coding a small FPS-Shooter inside of a project at school to get a bit experience using directX.
I wonder how do they implement the bone animation in the flash game http://www.foddy.net/athletics.swf
I am working on the project of marble maze game in j2me.I am facing the problem related to the movement and controlling of the ball.
This is not a generic question on collision detection, so please read it till the end. In my wp7 game, i represent all my objects as rectangles, and use the the Intersect() method to check for collis
I\'m attempting to make a tank game in java in the vein of Scorched earth or Pocket Tanks, in that the user defines the angle and velocity of the projectile.I have looked over the internet for a way t
Currently I am using the Box2D physics engine in a game of mine - and I was wondering if I could create a gravity well of sorts, in which all the bodies are attracted to a single arbitrary point. Is t
I\'m a beginner in iPhone Application Development and Xcode and I\'m developing a small game using Box2D which has a slingshot effect. I need help with moving a body in its respective angles when the
I\'m developing an impulse based physics engine, but I have a problem with objects of 开发者_开发问答large mass difference.
I\'m struggling to find a rock solid solution to detecting collisions between a circle and a circle segment. Imagine a Field of View cone for a game enemy, with the circles representing objects of int