Tagged Questions
The game-programming tag has no wiki summary.
4
votes
2answers
718 views
Where to place main game loop in android game
I am trying to write some skeleton for a game on android, using OpenGL. I would like to know, where should I place my main game loop code?
So far, my best candidate is Renderer.onDrawFrame(...) ...
4
votes
6answers
680 views
game programmer portfolio
i want to work as a programmer in a game modification team. Most teams require a portfolio to show.
I haven't any previous experience with game programming and I would like to know what I should ...
2
votes
1answer
188 views
Please Suggest Qt based open source games? [closed]
I am comfortable with Qt and want to learn game programming.
Can you please suggest Qt based open source games (I will read source code of it)?
2
votes
2answers
165 views
Seeking advice on Object-Oriented programming
I'm not sure if I will able to put it in a sensible way.
I'm trying to write an easy non-graphical game. User will play a dice game against the computer.
(To be more specific, this game: The object ...
2
votes
1answer
242 views
How to implement powerUps and other game altering objects in objective-C or cocos2d
Ok, so I have these powerups that I want to slow/speed up the movement of the other objects in the game for a few seconds.
I have an array of objects that I have a variable called spawnInterval that ...
2
votes
3answers
188 views
Opengl Games: Do i have to know 3d related math to create good opengl games?
I read about OpenGL and about nvidia-cg-toolkit and other shaders, all contains lots of math problems and math formulas for effects and such.
I want to be able to make proper 3d games that use the ...
2
votes
2answers
175 views
Good platformer/puzzle game implementation tutorials?
There are incredibly many platform games around but when I type platform game tutorial into a search engine I'll get horribly written flash tutorials. A curious thing because computer games have been ...
1
vote
1answer
185 views
Some questions regarding game loop, tick and real time programming
First I want to apologize for my approximate English, as I'm French. I'm currently making a real-time game in java, using LWJGL.
I have some questions regarding game loops :
I'm running the ...
1
vote
1answer
489 views
AS3 Collision response for a game
I hav bee struggling with a collision response method, im writing in actionscript 3, for a long time now, and I am hoping someone can explain what this code means, for I have only modified it. I did ...
1
vote
1answer
159 views
how can Flash understand to call a defined function of a calss when the name of the function is not the same as the name of the calss or object?
sorry im a newbie to ActionScript. always when i declare a class for an object i use the same name of the object for the class and the function i want to call. for instance if the object is Card the ...
0
votes
1answer
32 views
how to translate a graphics object from one point to another without modifiying it?
I'm trying for many hours to translate a mathematical path (a sin wave) from one coordinate position to another.. but either i'm stupid or something goes wrong.
I tryed this
// Translate
...
0
votes
2answers
89 views
Rotational Pixel-Perfect Collision Detection
So I am working on an Android game and I have two images on the screen. I currently have the pixel-perfect collision detection working great. My problem is when I rotate one of the images and I check ...
0
votes
0answers
27 views
Printing movieclips from a different scene in a specific area (ActionScript 2.0, Flash CS5)
So I've recently started working with ActionScript 2.0 at my internship.
I am now working on a game, that already had all its graphic interface designed and I am doing all the programming.
Basically ...
0
votes
1answer
46 views
Which shadowing technique should I use in wide environments?
I'm programming a 3D OpenGL game with wide environments (mountains) procedurally generated (perlin noise derivates). I would like to have advices regarding the shadow techniques you would use (shadow ...
0
votes
0answers
95 views
Game Background Music Overlapping while Video is playing
As I was testing my game, I noticed something particular only to the final level of the game. When the last question is answered and the game cuts to the movie, the background music from the final ...
0
votes
2answers
178 views
why am I getting a “was not declared in this scope” error?
I get 5 errors at the following snippet of code
4 of the errors are
expected unqualified-id before '('
token|
and 1 error
'GetEntityIterator' was not declared
in this scope|
...
0
votes
3answers
615 views
Cocos2d - Setting Device/Screen Orientation
I am new to the cocos2d API and have noticed that there are a few ways to set the screens orientation within the templates. I have not been able to figure out the correct way to set my orientation to ...
0
votes
1answer
169 views
Adjusting weights for evaluation function
I have coded some AI for connect-4. I would like to adjust the weights in certain evaluation functions. I have limited time and hardware so my question is this: Is it very bad with respect to quality ...
0
votes
0answers
248 views
developing a memory game in c or c++ [closed]
How could I develop the memory game -colour order using c or c++ most preferably using the SRGP ?In colour order game you have to memorise a sequence of colours and then repeating the sequence.Enter ...
0
votes
1answer
459 views
Data Structure to Represent a Maze
I'm writing a game of Dynamic maze in which after each time the structure of maze will change. like some doors will be closed and some doors will open. (Something like Triwazard in HP4). Can anyone ...
0
votes
2answers
99 views
Reading and storing data in a game (iPhone)
I'm currently trying to learn game programming, so I'm starting with a simple application for the iPhone so that I can sort of learn the flow and organization of game programming. Right now, I have a ...
-3
votes
3answers
119 views
android game programming examples [closed]
Hi to all I am developing for android beginner mu'm ready to learn faster, ask for help examples of some methods, as implemented in order to create a game I (I speak Spanish translated by google)
I ...