Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
643 views

Floating point versus fixed point: what are the pros/cons?

Floating point type represents a number by storing its significant digits and its exponent separately on separate binary words so it fits in 16, 32, 64 or 128 bits. Fixed point type stores numbers ...
8
votes
20answers
2k views

Are browser based online games possible?

I'm not talking about BB-type text based but rich rpgs with spriting, etc. With the current advancements in javascript for rich browser interfaces, would it be possible to create semi-massive ...
7
votes
5answers
924 views

3D Audio Engine

Despite all the advances in 3D graphic engines, it strikes me as odd that the same level of attention hasn't been given to audio. Modern games do real-time rendering of 3D scenes, yet we still get ...
5
votes
3answers
170 views

Game Programming in Java

I know this is a somewhat common subject, but the information is outdated quickly. I want to stay with the times on the topic... Anyway, I am looking into creating a 2D game in Java that is able to ...
4
votes
9answers
394 views

Begin game programming basics

My 11 year old kid brother wants to learn to program games. He has never programmed but would like to learn programming. His interest lies with games and game programming and he understands that it ...
4
votes
8answers
386 views

Is there a simple library for C++ to draw to the screen?

I'm just starting out in C++ programming and I want to try creating a space invaders clone in C++, I want to avoid using game libraries and things that would solve a lot of the problems (like game ...
3
votes
2answers
188 views

XMPP multiplayer gaming: should I store opponents as roster contacts?

I've read all 484 pages of Professional XMPP and read countless forum threads regarding rosters + XMPP and this question is still something I am struggling to solve. I'm looking for insight on best ...
3
votes
1answer
576 views

SDL versus GLFW?

What are the pros and cons to each? It seems they serve the same purpose. I have a few demos with each and they seem about the same. Performance or cross platform wise, is one better than the ...
3
votes
2answers
487 views

How do I use applyLinearImpulse based on rotation in Corona / Lua

I am using the Corona Gaming Addition SDK to build an iphone / andorid game. I have a space ship on the screen and I will allow the user to rotate the ship 360 degrees. I would like to then call the ...
3
votes
1answer
214 views

Where to start for designing a xml data driven game engine?

I already coded my own XML/XPath API used to manage properties for my game objects, but it is not updatable on the fly and does not reflect directly any game object. So now I would like to make it ...
3
votes
1answer
311 views

How do I connect to a UDP port in Python?

Like everyone else, I can say "I've tried everything!" I kind of did. I looked all over StackOverflow, and tried all the answers, but got nothing. Anyways, I am jetting to at least get some code ...
3
votes
3answers
560 views

Does HTML 5 Gaming use Canvas and Javascript? How to prevent cheating in this case?

Does HTML 5 Gaming use Canvas and Javascript? How to prevent cheating in this case? For instance, what if a user uses GreaseMonkey or some tool to alter the script so that it just reports a perfect ...
2
votes
0answers
72 views

How to call functions/set data in a game from an external program. (Skyrim)

I was wondering if there is any possible way to call functions in a running process from an external process. I'm trying to write myself a program right now to call console commands in Skyrim from an ...
2
votes
3answers
143 views

What are some open source android games that are easy to edit/work with? [closed]

I am starting to work with android and eclipse, and i was wondering if there are any opensource games available that are easy to edit/work with. thanks
2
votes
2answers
218 views

Iphone game cocos2d and box2d

I have image named "platform.png" that represents one brick for platform of a IPhone game. I have a cartoon character that will jump on this platform. A series of platform.png will form one complete ...
2
votes
3answers
3k views

ccp & cpv - function difference & full form of cocoa

I have following code in my Application. I am new to game development in iPhone using COCOS. Sprite *bg=[Sprite spriteWithFile:@"menu.png"]; [bg setPosition:ccp(240,160)]; [self addChild:bg z:0]; ...
2
votes
4answers
678 views

Good tools to understand / reverse engineer a top layer network protocol

There is an interesting problem at hand. I have a role-playing MMOG running through a client application (not a browser) which sends the actions of my player to a server which keeps all the players in ...
1
vote
0answers
24 views

How to change PC clock speed for individual programs? [migrated]

We have some older programs (no source code anymore) that run too fast on CPUs with faster clock speeds. I'm guessing that they were written using software delays ('X' number of CPU instructions per ...
1
vote
2answers
81 views

Rounded Image cutting form all side

I am creating a game in cocos2d-android. all the images i use in Sprite shows me proper output except rounded image. Rounded images are cut from all the side. i test same image in cocos2d-iPhone, ...
1
vote
1answer
647 views

Adding a Mysql query to a javascript function?

I would like to be able to add a mysql query to my javascript function so that everytime the counter restarts then it will add 1 or a certain number of an item into the mysql database, if you could ...
1
vote
4answers
648 views

Tips for an AI for a 2D racing game

I have a school project to build an AI for a 2D racing game in which it will compete with several other AIs. We are given a black and white bitmap image of the racing track, we are allowed to choose ...
1
vote
1answer
126 views

Decoding NovaPack (NPK) binary format

I am trying to extract & replace some of the assets in the Mac game "Luxor 3" with my own. Inside the Contents/Resources folder there is a big file called data.npk. Opening it up in a hex editor, ...
1
vote
2answers
826 views

Blank Screenshots In vista and Win7 when gaming

I noticed another person also requested help on this. I read that post and it seems it wasn't resolved yet. I also tried changing from my code to the code in the "Screen shot in 2 clicks" Post, But ...
1
vote
2answers
79 views

States and controllable game objects

We are making a game with a playing character that will have several different states. In most examples I see a switch statement in the controllable charactor based on the state. Is this the standard ...
1
vote
3answers
1k views

Mouse control in C#

I have an application written in .NET. I would like to add the ability for users to control my application by using a mouse, e.g. a high end gaming mouse, with 10-15 buttons on it. Is this going to ...
0
votes
0answers
16 views

Android OpenGL 360 degree Object View

What is the protocol needed to create a Android OpenGL Project that simply displays a Human Head that can be viewed at 360 degrees and possibly add color to that Image (like the Foutain GL) ...
0
votes
1answer
74 views

How to store game level score in Android?

Please tell me how to store the level information (like angry birds levels display screen contains * or ** or ***) same as my Android game. Edit:Why i got a negative votes?
0
votes
1answer
55 views

Server-Client Syncing

I've been looking up on google for this answer, and I just can't find the answer to my question. I have a 2D rpg that I want to build a client-server architecture with. How do I 'sync' things? ...
0
votes
2answers
34 views

Intro to GameDesigning and Animation

I am new to both the fields , as you can decipher from the question . I have a fair bit idea about animation where to start and all. I did after Effects now I am Working with 3ds Max . On the other ...
0
votes
1answer
40 views

How To Implement Smooth Jumping in a Game

I'm creating a simple platformer in Java and I would like to know a wave to make the jumping look less like this: ^ (like an upside down v) and more like a sine wave. How could I go about doing this?
0
votes
2answers
98 views

direct x c++ camera movement

I'm fairly new to directx so this may sound really basic. I have started working on a first person game where you can walk through rooms, the language i am coding in is c++ and I'm using directx to ...
0
votes
1answer
122 views

How are sensors used in Android games?

How do people create games which make the object move when we turn or rotate our phone in different directions (accelerating a car, for example)? Do they use readings from the accelerometer and ...
0
votes
4answers
356 views

How does Battlelog launch games from browser?

Battlelog was released by EA alongside Battlefield 3 recently, and I'm curious how it is able to launch games, such as Battlefield 3, from a web browser? More generally, how does a website launch ...
0
votes
1answer
63 views

How do C++ programmers get started with game macros/bots?

I'd like to see C++ in action by macroing trigger actions in closed-source video games. For example, there's a game on every Windows machine called Space Pinball. I would like to macro in some ...
0
votes
1answer
48 views

jme3 / Java 3d path implementations?

Coming from an Android development background into a PC-gaming environment, I'm looking for something similar to Android's Path class. However, the Android path class is 2d, and I need a 3d (circular) ...
0
votes
1answer
96 views

XNA and FBX Coloring Problem

My problem is that, if I use BasicEffect (and setup VertexColorEnabled = true) or my own shader, and use only colored (not textured!) models, it gives the error that Color0 is missing...Isn't it weird ...
0
votes
1answer
148 views

jbox2d on Android - circle not applied gravity and other staff

I am doing simple application that should put circle on Canvas when the user taps the screen and then put that circle in the PhysicalWorld I have defined. I draw the circle in "onDraw" method, but ...
0
votes
0answers
55 views

Injecting Touch on Coordinates via Key

is there a way to put an app into background which fulfills the solely purpose of re-binding Keys from an Keyboard (In actual case Tosh AC100 Smartbook) with a certain defined X-Y Coordinate to ...
0
votes
1answer
80 views

Collision Response method

Hi I try to implement a simple Sphere collision detection algorithm as explained here: http://wp.freya.no/3d-math-and-physics/simple-sphere-sphere-collision-detection-and-collision-response/ So I ...
0
votes
2answers
79 views

Different size screens for gaming - android

I have asked this before however I am still having issues with this problem! Basically, I am hardcoding pixel values when using a canvas to draw images for a game. How would I go about the process ...
0
votes
1answer
36 views

Gaming development for portables and remotely processing graphics - how possible this is?

Is it possible to process graphics remotely and send it to another device (like an iPhone), so you could run a game with better graphics than the iPhone itself could handle ? I googled a bit but ...
0
votes
1answer
95 views

Best way to send updates to the installed game

I am developing a game which have additional packages that can be bought over internet. When the gamer buys additional package, it will be downloaded and applied over the installed Game. The package ...
0
votes
1answer
45 views

Games List - Require an API or such to extract data

I need a list of electronic games i.e. PC/Xbox/PS3 etc which contains general information about the game i.e. Name, Genre, Publisher, Release Date etc I've had a look into Steam's API and registered ...
0
votes
1answer
80 views

Multimedia and gaming [closed]

I really need your help guys.I want to create some game like bomber man.But the only language I know is C language on Unix platform with the concepts of multithreading.But as everyone knows we cannot ...
0
votes
1answer
74 views

How to find all the blocks in a circle, in a grid, fficently?

I am trying to create a server plugin for the popular Indie game Minecraft. What I have so far is a non recursive method of finding all the blocks 2 spaces away from the player's location. I am ...
0
votes
3answers
113 views

beginners iphone gaming examples and tutorials to start out with?

i am a beginner to game programming in iphone.... Could any one suggest me beginners iphone gaming examples and tutorials to start out with?
0
votes
0answers
117 views

How live multi-user gamesite works with php , real-time multiple users [closed]

how do the online games sites with multiple real-time users - like online poker work actually, what php libraries or plugins keep the multi-user real time gaming going , or they actually use flex or ...
0
votes
2answers
99 views

How do you display a message once a javascript function restarts?

Im wanting to know how to put a message in everytime the timer starts over. And here is my code thus far: <head> <script type="text/javascript"> var c=10; var t; var timer_is_on=0; ...
0
votes
2answers
58 views

How to pull data from one site to another

I want to be able to pull data from one site that has highscores to my site which will store them so other people can look at them in the future, since it resets on the game everyday. is there a way ...
0
votes
0answers
69 views

JavaScript clickEvent application for object loading or moving in board game

I already have board and boardPoint array(5*5), the problem is to move object at a boardpoint to another board point with a click on the source board point followed by destination board point or load ...

1 2