doncasino Posted May 6, 2008 Share Posted May 6, 2008 how can i make a game MMO so they can see each other on the game like a character already thx for helping me i need to know it badly Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/ Share on other sites More sharing options...
Perad Posted May 6, 2008 Share Posted May 6, 2008 Please rephrase your question. Are you talking about creating a virtual world like world of warcraft where characters can move around and interact with one another? PHP cannot do this. PHP can create a static map in which players can take turns to move around. However a persistant world just isn't going to happen. Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-534184 Share on other sites More sharing options...
doncasino Posted May 7, 2008 Author Share Posted May 7, 2008 i only need to know what the codes are for an visual game login so people can register and login for playing and i need to know how i can make it online so please can somoen help me whit that Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535014 Share on other sites More sharing options...
beansandsausages Posted May 7, 2008 Share Posted May 7, 2008 i think you need to visit http://catb.org/~esr/faqs/smart-questions.html Then we maybe able to help you. Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535023 Share on other sites More sharing options...
blackcell Posted May 8, 2008 Share Posted May 8, 2008 Please rephrase your question. Are you talking about creating a virtual world like world of warcraft where characters can move around and interact with one another? PHP cannot do this. PHP can create a static map in which players can take turns to move around. However a persistant world just isn't going to happen. I am pretty sure you would be able to create a virtual world or an encapsulating object in 2d. The graphics may not be that great because I don't know the graphics libraries of php but with some ajax or utilization of the xajax class you can create this. I don't know how the server will handle multiple players like 20+. I have been planning on doing something like this for awhile but need a break in semesters. In a nutshell, it is possible but not feasible with php. Might as well use something like java. Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535673 Share on other sites More sharing options...
dezkit Posted May 8, 2008 Share Posted May 8, 2008 Please listen to this. http://youtube.com/watch?v=mPgI-7hTZkQ Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535675 Share on other sites More sharing options...
DarkWater Posted May 8, 2008 Share Posted May 8, 2008 Is it wrong that I chuckled a little at the horribly indirect and broad question, along with the poor grammar and sense of life-or-death urgency? D: Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535676 Share on other sites More sharing options...
blackcell Posted May 8, 2008 Share Posted May 8, 2008 Please listen to this. http://youtube.com/watch?v=mPgI-7hTZkQ Is it so bad to think outside the box and tell the guy it can be done but it's not the favorable way to do it? Or are you going to lie and tell him no it can't be done because you are ignorant of the fact that it is possible? I thought I provided an explanation worth reading, but if you get mad because I provided information that did not directly support your reply and recommend a link to a video to express how you feel because you are too lazy to type then so be it. In short, if you are going to provide information, try not to totally f*c& it up. Or at least don't get mad when somebody corrects you. Link to comment https://forums.phpfreaks.com/topic/104336-mmo-game/#findComment-535842 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.