collision
Collision Avoidance Example or Help
I have been trying to find a collision avoidance example that I can adapt and use for a game I am working on.It will be used to model a skier\'s movements to avoid trees on the hill.I am basing the mo[详细]
2023-01-27 11:37 分类:问答Box2D Rectangle Collision
I am using Box2D for physics for a game I am making, and I wanted to see if there was a way to use Box2D so that a could take a rectangle and see if it collide with开发者_如何学运维 another rectangle[详细]
2023-01-23 09:06 分类:问答Algorithm to find solution to puzzle
I am trying to make a game where a player has to find his way from Start to End on the Game Board. As you see this Game Board contains a bunch of red circular obstacles. To win the game the player ha[详细]
2023-01-22 13:51 分类:问答Scrolling the 2d world with physics
I\'m writing a side scrolling game with physics. Before get my hands dirty i started concentrating on physics and rendering graphics. Initially i thought of keeping every thing static (non scrolling).[详细]
2023-01-21 07:31 分类:问答How to create a level with curved lines with cocos2d + Box2d on the iphone?
I\'d like to create a game that has levels such as this: http://img169.imageshack.us/img169/7294/picdq.png[详细]
2023-01-21 06:43 分类:问答How do I write a hashcode to minimise collisions?
I know the ideal hashcode algorithm is a research area, but what sensible things can I do to minimise collisions 开发者_Go百科and why do they work?[详细]
2023-01-17 18:59 分类:问答Looking for a good 64 bit hash for file paths in UTF16
I have a Unicode / UTF-16 encoded path. the path delimiters is U+005C \'\\\'. The paths are null-terminated root relative windows file system paths, e.g. \"\\windows\\system32\\drivers\\myDriver32.sys[详细]
2023-01-16 20:26 分类:问答How to write an elegant collision handling mechanism?
I\'m in a bit of a pickle: say I\'m making a simple, 2D, Zelda-like game. When two Objects collide, each should have a resulting action. However, when the main character collides with something, his r[详细]
2023-01-14 16:47 分类:问答Move Chipmunk Body to Sprite position
I have a Chipmunk shape, with a body, in a space.I am removing the body from the space so t开发者_如何转开发hat I can position it and not have it fall due to gravity etc.I need to be able to make this[详细]
2023-01-10 04:13 分类:问答Pseudocode for Swept AABB Collision
I think swept means determining if objects will collide at some point, not just whether they are currently colliding, but if I\'m wrong tell me.[详细]
2023-01-10 00:20 分类:问答