Tagged Questions

2
votes
1answer
88 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 ...
0
votes
1answer
197 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 ...
-1
votes
2answers
244 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
340 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
307 views

How can I secure a high score table? [closed]

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 ...