Tagged Questions

1
vote
2answers
36 views

What is the best way to implement scrollable maps (like Google Maps) in Microsoft Silverlight?

Problem Overview I am working on a game application and need to be able to implement scrollable maps in Silverlight similar to those found in Google Maps. However, I am unsure as to how to implement …
0
votes
3answers
59 views

Multithreading in XNA game

Where can I use multithreading in a simple 2D XNA game? Any suggestions would be appreciated
1
vote
2answers
65 views

Learning OpenGL ES for iPhone

I've been developing for the iPhone for maybe a year, and have made a few games completely based on objective-c, but now i have ideas for 3d games and I know I would need to learn OpenGL ES, so my …
0
votes
1answer
14 views

FMOD sound library - syncpoints driving me nuts!

Can someone with FMOD experience please stop me from losing it. I cannot get these syncpoints to behave. I have some game music that consists of two pieces, an intro and a loop. They are separate …
0
votes
1answer
32 views

In writing games that deal with scancodes, what do I need to know to support international keyboards on Mac and PC?

I am writing an input system for a game that needs to be able to handle keyboard schemes that are not just qwerty. In designing the system, I must take into consideration: Two types of input: …
2
votes
10answers
172 views

2D web-game: on what?

I want make 2d fighting game. Without very fast moving and very cool effects. I can do it with jquery, but i think this be a slow. Or not ? Q: Is there an alternative for flash? PS: sorry for my ugly …
40
votes
62answers
3k views

Which programming language is manageable by an 11 year old kid?

Possible Duplicates: What is the easiest language to start with? What are some recommended programming resources for pre-teens? My son is 11 years old and he would like to learn a …
1
vote
2answers
85 views

Php lottery issues multi winner problems

I have created a lottery script in php. My problem is now selecting more then one winner. Because it is possible for players to have the same number on their tickets. Here I am supplying the two table …
1
vote
3answers
82 views

Low-latency, large-scale message queuing

I'm going through a bit of a re-think of large-scale multiplayer games in the age of Facebook applications and cloud computing. Suppose I were to build something on top of existing open protocols, …
0
votes
1answer
62 views

Implementing a z buffer in a software rasterizer

Hello, as a homework assignment, we're writing a software rasterizer. I've noticed my z buffering is not working as well as it should, so I'm trying to debug it by outputting it to the screen. (Black …
1
vote
2answers
80 views

Data-driven programming book ?

Hello, I work as an indie game developer... I'm always trying to do a lot of research, what I like the most is Game Engine Design. In the last months, something that I have noticed being mentioned a …
0
votes
1answer
36 views

WPF/Silverlight: Instantly render large amounts of multi-colored text

I need to constantly display large amounts of colored text in WPF or Silverlight, and I need the user to percieve it as showing up instantly. Currently I'm doing this using a canvas and textblocks, …
1
vote
2answers
68 views

Need an approach for automatically-propagating values in/across hierarchical structures (Faction system for a game)

public static class Global { public static List <Faction> Factions; public static Dictionary <Faction, FactionRelation> FactionRelationships; } public class Faction { …
2
votes
2answers
100 views

javascript game framework

Nowadays with <canvas>, it is easy to find all kind of cool stuff around the net. Like emulators, demos, games, just visual stuff, etc. But it seems that everyone is programming using the basic …
9
votes
7answers
408 views

Faster math algorithm sacrificing accuracy

Hi, I am developing a game that calls so many math functions for physics and rendering. "Fast inverse sqrt" used in Quake3 is known to be faster than sqrt() and its background is beautiful. Do you …

1 2 3 4 5 56 next
15 30 50 per page