Game Physics is about implementation, creation, optimization and any other thing related to physics in games. Physics controls the interaction of every physical object in a game, where any 2d or3d model interacts with any other 2d or 3d model of an object in a game. Physics is used to give realistic ...
0
votes
1answer
27 views
Game Development, how do i find out what language is used in this game?
I am at school right now and would like to develop games for a living once i grow up.
I saw a relatives son play this game and i wondering what does this involve, what are the first steps i can take ...
0
votes
2answers
23 views
Disable collision completely of a body in AndEngine Box2D
I am working on a Bubble Shooter type game where I want a body not to collide with any thing else when its burst or falling down.
I cant use collision filtering because all the bodies on the scene are ...
0
votes
1answer
21 views
How to flip a complex box2d fixture?
I have a complex CCSprite in which I am using Physics Editor software to create the fixtures for it. The b2Body which contains the CCSprite goes back and forth horizontally on the ipad screen. The ...
0
votes
3answers
161 views
+100
How can an object move in the forward direction with the ability to turn?
I have been attempting to move an object that I have control over in the forward direction, which I can do just fine, but as soon as I would like to implement having the ability to turn it seems as if ...
-1
votes
0answers
26 views
New game developer (AAA)
I want to develop a 2 hour play time, 3D game, AAA style (performance, graphics, sound).
In the same time I want to code just as it goes in XNA.
XNA is on its way out so I want to move to something ...
2
votes
1answer
27 views
Want no distance between two circular bodies with weld joint between them in AndEngine Box2D
I am working on a Puzzle Bubble Type game in which I am making a body like this
FixtureDef Fd = PhysicsFactory.createFixtureDef(10f, 1f, 0.5f);
Body b = ...
0
votes
1answer
20 views
Does the Barnes Hut Tree need to be recreated each iteration of a loop
I'm coding an application which is required to perform an n-body simulation between a few hundred particles which are constantly in motion. The application has real time requirements and thus the ...
0
votes
0answers
32 views
Direction hit detection on collision
I've been working on a small side-scroll platformer game.
I've already been able to set up a simple collision script:
(Col- = boolian indicating collision, RCol- = Detecting rectangle atached to the ...
1
vote
1answer
44 views
Dynamic, static or kinematic for an object that moved by accelerometer?
I have this screen:
I want this ball to be moved using accelerometer and collide with the walls.
When I declared it as dynamic it moved but not collide, when I declared it as dynamic it had a ...
0
votes
2answers
32 views
Java Game: Checking Intersections and Jumping
I need help with checking for intersections in a game I'm creating: When a character collides with a single obstacle on the screen all works as intended, but when multiple obstacles are added to the ...
0
votes
2answers
50 views
Getting the velocity vector from position vectors
I looked at a bunch of similar questions, and I cannot seem to find one that particularly answers my question. I am coding a simple 3d game, and I am trying to allow the player to pick up and move ...
0
votes
1answer
28 views
What is the practical difference between swept collisions and the other?
I'm actually investigating differences between Box2D and Chipmunk.
They say Box2D has a killer "swept collision" feature:
...
0
votes
2answers
55 views
Physics Material slow down the game
I have developed game something like coin dozer. And for the smooth movement of coin i have add one Physics Material to each coin but my game is very slow after doing that . Is there any alternative ...
0
votes
3answers
55 views
2d Physics engine for bridge constructor game [closed]
I'm looking for a 2d physics engine for mobile platforms (iOS, Android), which will allow me to create a bridge constructor game.
Please point me in the right direction.
Edit:
I think the engine ...
1
vote
2answers
51 views
Best approach to make a background scrolling game?
i want to do a 2D game with backgrounds and sprites (views) moving on the screen.
I want to make a game with a scrolling ground. I mean the user must see a horizon in the top part of the screen ...
0
votes
1answer
56 views
Efficient collision detection in AS3
I have a problem with a game that I'm doing. I basically have objects that are in a map and I have to check for each of them if they collide with the walls (and then do something). Since was working ...
0
votes
0answers
21 views
How did Havok rise to fame? [closed]
How did the Irish game engine producer Havok manage to get so many big titles to use their products at the very beginning?
All the information I could find on the Internet trace only back to the ...
0
votes
2answers
40 views
Bouncing ball stops bouncing?
I could not find how to ask so there is a demo at the link. I am pretty sure this is a simple question but I can not seem to find why.
My question is: Why the ball stops bouncing? Is it about ...
1
vote
1answer
169 views
How to improve character control for my 3D game?
Since I changed from the helper class CharacterControl to the new BetterCharacterControl I notice some improvements such as pushing other characters is working but my main character has started ...
0
votes
2answers
52 views
How to show if two objects are moving away in 3D space
I am working on a yet another 3d game engine and have following Problem. In order to improve Performance I want to check if two Objects are coming closer or moving away from each other. Only if they ...
0
votes
1answer
38 views
Camera Movement and Objects Position - Plataform Game + Processing + Box2d
I'm developing a simple plataform game such as mario/sonic.
For this I've decided to use Box2D + Processing. Everything was running ok until I decided to follow the main character with a camera.After ...
0
votes
3answers
50 views
Java / Processing attach one class to another
I am writing a 2d game library on processing, and I am currently dealing with the physics side of things. I have a class called Object - which is used to manipulate an image. I want to be able to ...
-1
votes
1answer
51 views
Choice of a physics engine for Flash [closed]
I have been programming for a few years in Flash and in Unity. I made a bunch of games with the physics engine included with unity, but I am now working on my first flash game that needs physics. What ...
0
votes
1answer
34 views
Need physic and path finding for JavafX 2D game
i'm developing a strategic 2D game in JavaFX 2 and i need some basic physic and path finding for my game.
Would you plz give some tips and useful link to implement this 2.
tanx
0
votes
1answer
66 views
Finding initial speed and angle to hit a known position (parabolic trajectory)
I am currently doing a small turn based cannon game with XNA 4.0. The game is very simple: the player chooses the speed and angle at which he desires to shoot his rocket in order to hit another ...
0
votes
1answer
57 views
Android TCG game
I am starting to develop an android trading card game, I have love to ask a couple of questions and recieve some feedback from more experienced developers, lets get on with my questions.
1 - How can ...
0
votes
3answers
104 views
How fast is PhysX on GPU compared to physics engines on CPU?
I have an application that is written to use the Bullet physics engine. I am running it on an Intel i7 2600K CPU with 8 cores. The application has to process millions of chunks of physics work, each ...
0
votes
1answer
53 views
Android Game Programming — Accelerometer vs. Compass
Hello StackOverflowers,
I am designing a game for Android where I plan on allowing the user to move in four different directions (up, down, left, and right). I would like to implement this using ...
1
vote
0answers
70 views
Android getX/getY interleaves relative/absolute coordinates
There are a lot of discussions of how MotionEvent.getX/.getY are "unreliable" (or other terms) and that we should use the Raw versions of these calls to get coordinates.
On my Nexus 7, I have ...
0
votes
1answer
34 views
Difficulties with Farseer documentation
I tried the "Texture to polygon" example in the Farseer documentation.
https://farseerphysics.codeplex.com/documentation
But I always get this error message in the following line:
//Find the ...
0
votes
1answer
44 views
How can I create polygons in Farseer?
I always get many error messages when I want to create polygons in Farseer.
'FarseerPhysics.Common.Vertices' does not contain a definition for
'CreatePolygon' ...
1
vote
1answer
36 views
Farseer ContactListener is not working
I'm using Farseer in my XNA project, but I have some trouble with the ContactListener. I created a class for my ContactListener but I always get these two error messages and I don't know how to fix ...
2
votes
1answer
122 views
Hit incoming missile (simple projectile missile) in Unity3D
I want to make Surface to Air Missile System in unity3D that could predict the incoming missile position after time 't' and set its interceptor missile angle and position in 3D coordinates so that it ...
0
votes
0answers
29 views
360 degree gravity game mechanic like “They Need To Be Fed” game
I am a fan of "They Need To Be Fed" game and I want to understand the game mechanic at a deeper level. What are some good resources for the basic Box2d (or similar) physics behind the 360 degree ...
1
vote
1answer
40 views
Pygame mouse movement failing
I am working through pygame tutorials and at the moment I am trying to figure out how to select a circle which is firing a ball where a ball hits another ball which in turn knocks a box down. The ...
0
votes
0answers
30 views
Move 3d body using keyboard
I want control model using arrays. I have code for now:
For rotation:
rotation=0.0f;
if(Gdx.input.isKeyPressed(Keys.A))
{
rotation += 80;
}else ...
0
votes
1answer
74 views
How to check for hollow_square if soldiers are in formation on board game?
In game ( it is c++ board game like matrix with soldiers which can use formation) soldiers can be deployed in formations. ( Only one soldier can be deployed on one cell on map/matrix, formation can be ...
0
votes
1answer
33 views
how to increase the score in cocos2d android when two sprites gets deleted
I have a sprite(image) when it collide with another score should be increament by 10, related code is given in the update method, but instead of this it increases randomly.
here's my code.
public ...
-3
votes
1answer
91 views
Access variable from a different class in a different package?
I want to set it so igAS for each igCharacter will be limited by a variable in igMech.
Here is what I have
first :
package igCharacters;
import igMech.*;
protected class igBrand {
...
1
vote
1answer
40 views
Get distance of sprite and Screen
How to get the distance between the edge of the screen and a vector moving sprite? I want to get the distance between my moving sprite and the edge of the screen so that when my sprite touches the ...
1
vote
1answer
88 views
Corona SDK physics with line, why does the line turn into rectangle in the physics engine?
The issue I am having is simple. I have an object in the center of the screen, and then a circle orbiting that object. what i want to do is have the object orbit around the object, when the use ...
0
votes
1answer
58 views
Table structure for poker hands [closed]
I'm making an api for a game call shelem by PHP, the hands logic is kinda like poker. I was wondering what is the best and fastest way to store hands into mysql table. I'm concerning about table ...
2
votes
3answers
34 views
Dynamic Methods for Collision Handler in Java
I want to have a set collision handeler for my game so i dont have to copy alot of code and keep the storage short. In a method i would have in a class, it would look like this for two specific ...
1
vote
0answers
52 views
Exponential rate of change [closed]
First of all, i have made a drawing to illustrate what i need, please view the attached image.
Now my question is. How do i calculate the exponential rate, so that my rate has the value of zero (0) ...
-1
votes
1answer
73 views
which android toolkit functions/classes would I need to use to implement a slingshot mechanism in an android game? [closed]
which android toolkit functions/classes would I need to use to implement a slingshot like character control mechanism? (for android game) I want a character that can fly around by repeatedly being ...
0
votes
1answer
48 views
How to get a ball/sphere to stop
I got a field in unity3d that has some depressions in it (like small holes). The field's slope always leads towards the nearest depression.
A sphere is dropped at random somewhere in the field, rolls ...
0
votes
1answer
28 views
Algorithm for ConnectAll game
here is the video of game I am interested in.
http://www.youtube.com/watch?v=UhWeLmSf6pA
I would like to know the algorithm that is used to make a pattern for challenge as shown in video.
Can ...
1
vote
1answer
58 views
Bouncing ball gains momentum
I have the following functions running in a loop. It is a basic bouncing ball. My problem is that the balls dy increases every bounce. How would I make it so it bounces to the same height every time?
...
2
votes
1answer
154 views
Checking if a Touch point is inside box collider in Unity
Please see the below images.
In the first image you can see that there is box collider.
The second image is when I run the code on Android device
Here is the code which is attached to Play Game ...
5
votes
3answers
81 views
How to handle multiple simultaneous elastic collisions?
I'm computing the result by colliding pairs of 2D convex objects (without rotation), using the basic equations on wikipedia. However, when there are dependencies, like two objects hitting another ...










