Tagged Questions

1
vote
1answer
37 views

Overlay 2d weapon sprite over character sprite ?

Hello, I'm working on a game where my character needs to be able to have different weapons. For that I think that somehow overlaying the weapon over the moving sprite would be the …
1
vote
3answers
362 views

C# game design - main loop aborting - A better way than Abort() and ResetAbort()?

i have some C# threading program (a game), that stops with a boolean (as most articles recommends). while (gameContinueRun) { createRound(); line1; line2; line3; line4; …
0
votes
0answers
19 views

How to design a timer-based web game (like Cafe World)

I need to design and implement a timer-based game (Flash on client, PHP on server), like Cafe World, i.e. user clicks on a button, waits a few seconds, something happens, and then …
2
votes
3answers
56 views

Tile-based Game Engine or Framework for the iPhone?

I'm planning to build a simple tile-based RTS (Real-Time Strategy) game for the iPhone and iPod touch. Is there an existing game engine or framework that I could use? If so, where …
3
votes
2answers
39 views

Resources for UnrealScript

Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in Unrea …
3
votes
4answers
219 views

What language features are needed for game scripting?

I am looking into designing a game scripting language and was wondering what people employed in the games industry considered essential items/properties for a good game scripting l …
6
votes
6answers
287 views

Self-regulation of a mini economy

Hello! At first: I'm not sure if it's an adequate question for Stack Overflow. It's not just about programming, it's about game design. But I'll try it ... I would like to deal w …
2
votes
7answers
175 views

How to implement connected rooms?

This may be a duplicate question as I don't know to phrase the search query. I'm creating a Zork-like text based game in Java where the character moves to different rooms which are …
3
votes
8answers
176 views

Howto avoid people from having multiple accounts in a free to play multiplayer game? [closed]

Possible Duplicate: Prevent users from starting multiple accounts? Imagine you develop a free to play multiplayer game. It is free to create an account. Now, having multip …
5
votes
5answers
390 views

Looking for good server-side language that will allow players to upload code that can be executed

I had an idea of a program I want to write, but which language would be best is my problem. If I have a car racing game and I want to allow users to submit code for new interactiv …
1
vote
4answers
78 views

Need some advise with how bitblit works

Hi, I am creating my first game ever using pygame and i've found that in order to animate things the most popular method is to use bit blit. However I have a few questions regardi …
1
vote
3answers
179 views

Sprites in game programming, multiple files vs one “texture” ?

Pardon me if my lingo is not correct as I'm new to game programming. I've been looking at some open source projects and noticed that some sprites are split up into several files, a …
0
votes
2answers
65 views

Good way to handle ability usage within a multiplayer game?

I have written a client<>server based multiplayer game and have finished the basics (it's a flash client written in actionscript 3). The next step will be implementing a system …
3
votes
3answers
232 views

C++ game, class design and responsibilities

I've just read some related questions that came up when I typed the subject, so I'll try not to repeat those. I've recently started revisiting a learning project I started about t …
0
votes
0answers
135 views

How to visualize G-Forces in a first person flight sim [closed]

I have some Physics questions that are coming up in designing a first person flight sim: How should I visualize thiese: If a person has too many G-Forces towards the feet they 'b …

1 2 3 next
15 30 50 per page