Tagged Questions
0
votes
1answer
380 views
how does server communication work in a flash game with a php backend
I am trying to create a browser game using actionscript/flash. Currently, I'm trying to understand how I would go about creating a back-end which interfaced with my MySQL database.
As far as I ...
0
votes
1answer
208 views
php multiplayer game - server&client model
I'm working on a simple round&web-based multiplayer game. The idea of the game is very simple: The players get an array of audio files which they listen to and write the transcripts for in 5 ...
3
votes
1answer
144 views
Game based on Ajax polling for 12 players
I am planning on writing a small browser game.
The webserver is a shared server, with no root / install possible.
I want to use AJAX for client/server communication. There will be 12 players.
So ...
-1
votes
2answers
375 views
Concerns for Hosting a Facebook App
I am working solo on an AS3 Facebook App project of the Interactive Quiz type nature.
What amount of bandwidth would it take for a simple Facebook app to run?
What sort of traffic would be produced ...
3
votes
2answers
387 views
What platform should I use for a master server?
We are making a small FPS, and want people to be able to play it online and fetch a list of all servers from a master server. We only have experience in C#, and we have already written a master server ...
1
vote
0answers
308 views
How can I secure a high score table? [duplicate]
Possible Duplicate:
How can I prevent cheating on global highscore tables?
So, I create a game in Flash and I want to keep a hi-score table for people to compete in.
After a player has ...