Tagged Questions

0
votes
7answers
105 views

Requirements for a game

I'm writing an iPhone game and I am trying to write some requirements documents. I have never written requirements before so I got the book Software Requirements. I have not finished it yet, but I …
1
vote
1answer
50 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 correct choice, but …
0
votes
0answers
22 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 he can click again. …
2
votes
3answers
61 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 can I find it?
3
votes
2answers
59 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 UnrealScript, I am …
2
votes
7answers
184 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 connected to each …
3
votes
8answers
181 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 multiple accounts would …
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 interactive 3D race tracks …
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 regarding this: From what …
1
vote
3answers
187 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, all of which are …
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 which will allow me …
3
votes
3answers
237 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 two or three years …
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 'black out', if …
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. However, this sometimes …
3
votes
3answers
91 views

Client-side technology for a web-based game

I am developing a web-based game (similar to the ESP game), I am done with the server side SOAP web service (built on ASP.NET), and now I am wondering if I should use Flash (swf) or AJAX for the …

1 2 3 next
15 30 50 per page