gaming

Any problem with PHP can be disscused here
Post Reply
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

gaming

Post by jasondsouza »

how to create a multiplayer game which can be plced accross the internet?


--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

i think you have to go to google.com and find a site where there are mods installed
mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

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

Code: Select all

define('I_LOVE_PHP', true);
Post Reply