game-physics
Farseer 3.3 Checking if a non enabled body will collide if it were to be enabled (spawning)
I am using Farseer 3.3 and XNA. I have a problem that i just cant solve in a nice way. I ha开发者_如何学Cve a situation where there is a world with bodys in it all working away doing there thing.[详细]
2023-03-31 09:39 分类:问答Should I build a physics engine for my game, or use an already made one [closed]
Closed. This question is off-topic. It is not currently accepting answers. Wan开发者_如何学运维t to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-29 16:40 分类:问答TDD And Game Physics
I\'m playing around with a small game project and as I\'m not very experienced in TDD I\'d love to get some expert opinions on a couple of things.[详细]
2023-03-29 05:05 分类:问答actionscript 3, flash game ai, path OR automatic movement
I am creating a flash game and I\'ve hit a problem I have four objects, lets call them img1 through img4[详细]
2023-03-28 15:14 分类:问答Farseer physics: Collision detection issues
I have three rectangular blocks: ground block, blue block, hero block. Ground is placed at the bottom of screen, blue block lay on ground block and hero block is falling down to blue block. I have lis[详细]
2023-03-28 15:06 分类:问答Little help with implementing Hookes law/elastic rope?
Please refer to the video at http://www.youtube.com/watch?v=_DyzwZJaDfM The \"brown\" body is controlled with mouse and when mouse is pressed I calculate force usingHookes law (refereedto http://www[详细]
2023-03-27 03:50 分类:问答How to code a random movement in limited area
I have a limited area (screen) p开发者_开发百科opulated with a few moving objects (3-20 of them, so it\'s not like 10.000 :). Those objects should be moving with a constant speed and into random direc[详细]
2023-03-24 14:14 分类:问答Need help with collision detection/resolution in a 2D simulation of 'worm-like' creatures
I\'m implementing a physics engine for the simulation of worm-like creatures. Problem is, is that they\'re able to swim over each other and occupy the same point in space. So you have some idea of the[详细]
2023-03-24 05:44 分类:问答How can I correctly pause a game involving physics and transitions?
I want to include a pause button in my game which involves physics on the objects and some transitions. How can I do that in Corona SDK, to which开发者_如何学JAVA I am fairly new?[详细]
2023-03-23 06:12 分类:问答Corona swipe direction
I am working on a game using Corona sdk. I need to determine a swipe direction, so I can make a body object jump in that direction. I am using Ru开发者_如何学Gontime:addEventListener(\"touch\", moveCa[详细]
2023-03-22 14:35 分类:问答