web based game

@linoge (102)
United States
March 24, 2007 5:57am CST
is there any tutorial that teach how to created web based game in php??
1 person likes this
2 responses
@ucl800 (860)
• Greece
24 Mar 07
I don't think there is such a tutorial. It is too complicated to create a web based game, that i think it is imposible to do it with php. In any case you can visit a php forum, like "php freaks", and ask the experts there. You can do it with no cost, so you have nothing to loose. Good Luck
@linoge (102)
• United States
24 Mar 07
wew but web based game that i play most of them is created in php :( i don't find any thing that related with web based game in php freaks :(
@taiguy (478)
• United States
31 Mar 07
Java would be alot easier approach to this. You can "paint" the screen to create whatever scenerio you want to show the user. Java's OO would make it easier to keep track of all the internal evens occurring. Flash is also a popular method to create web based games. Flash tends to concentrate more on ease of creating the graphics than keeping track of internal events. Depending on the type of game you may find it easier to start with the existing doom engine (public domain) and tweak that to what you want the game to revolve around. This case would be more for a RPG game, though.