Tagged Questions

1
vote
1answer
49 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 …
2
votes
3answers
60 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 …
0
votes
0answers
20 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
7answers
179 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
2answers
55 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
8answers
180 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
396 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 …
6
votes
6answers
290 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 …
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
186 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 …
1
vote
3answers
370 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; …
3
votes
3answers
236 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 …
1
vote
8answers
915 views

Best iPhone framework for 2D platform games

Which framework do you suggest for building a 2D platform game for the iPhone? I only need to move assets around the screen and detect collisions etc. I would think OpenGL. But ma …
1
vote
5answers
157 views

How can I find islands in a randomly generated hexagonal map?

I'm programming a Risk like game in Codigniter and JQuery. I've come up with a way to create randomly generated maps by making a full layout of tiles then deleting random ones. How …

1 2 3 next
15 30 50 per page