Who can link me to a good PHP guide for making an online game?

  • Thread starter Thread starter lACERAtE
  • Start date Start date
L

lACERAtE

Guest
I want to make a game like http://tpmrpg.net/, but I'm clueless as to every aspect of PHP scripting. Can somebody find me a guide online? The only types of guides I see are basic PHP scripting, nothing about games.
 
Are you sure that you even want to use PHP for creating games? I don't think it's suited to the task that well. PHP is a server side scripting language.

If you want to create games that run on the client, you'd be better off learning Flash.
 
Are you sure that you even want to use PHP for creating games? I don't think it's suited to the task that well. PHP is a server side scripting language.

If you want to create games that run on the client, you'd be better off learning Flash.
 
Back
Top