Page 1 of 1

gaming

Posted: Wed Apr 05, 2006 6:26 pm
by jasondsouza
how to create a multiplayer game which can be plced accross the internet?

Posted: Sun Apr 16, 2006 5:49 pm
by uz
i think you have to go to google.com and find a site where there are mods installed

Posted: Mon Apr 17, 2006 3:59 am
by mohumben
It depends on what you want to create...

Usually, games aren't output to the browser as HTML pages, so if you want to use PHP, it will only be used to communicate between the players, while a Java or Flash app maybe will be used since they are client-sided.

You can use, for example, XML to make PHP communicate with Flash... PHP will "link" the players together, using a databse when needed.

Multiplayer games use a lot of bandwidth anyways, so be careful...