2
votes
7answers
142 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
163 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
375 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
75 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
166 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
63 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
218 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 …
6
votes
5answers
257 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
5answers
146 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
vote
8answers
777 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 …
3
votes
8answers
458 views
Help in choosing a 3D game engine
I am not new to programming, I am quite good in C++, Windows SDK , VC++; but I am new to game development .
I want to start this as a hobby in developing a desktop game . I have f …
6
votes
6answers
245 views
Major game components
Hi,
I am in the process of developping a game, and after two months of work (not full time mind you), I have come to realise that our specs for the game are lacking a lot of detai …
1
vote
7answers
257 views
How the dynamics of a sports simulation game works?
I would like to create a baseball simulation game.
Are these sports management games based on luck? A management game entirely based on luck is not fair, but it cannot be too pred …
7
votes
2answers
260 views
Creating a board game simulator (Python?) (Pygame?)
I've decided to start working on programming an old favorite of mine. I've never done a game before and also never done a large project in Python.
The game is the old Avalon Hill …
0
votes
0answers
133 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 …
