does anyone knows how to make RPG online game on PHP.
for example combats.com. That is such a nice game, and I saw a couple of analogs. maybe someone smart will answer me where to get it, or the way of wrighting that. thanx.
Printable View
does anyone knows how to make RPG online game on PHP.
for example combats.com. That is such a nice game, and I saw a couple of analogs. maybe someone smart will answer me where to get it, or the way of wrighting that. thanx.
here are two php games
http://www.shadowops.net
http://www.ogame.org/
I just hate that kind of game's
I dont get how anyone could have fun with it ...
I have better things to do ... like play real games ...
Or just having my real-life
Well that's just your opinion and I don't see how that helped the thread? And Murdoc I think he means how do you MAKE them.Quote:
Originally Posted by inQontroL
-Mattio
yes, i mean how to make that.
i tried to do something with them, but result was around 0 :(
Mattio , i was just giving my opion, ur posts aren't always that usefull either , so before u pissing off other ppl , just check urself first ...
Check yo' self befo' you wreck yo' self >.>.Quote:
Originally Posted by inQontroL
hey, guys, thats is totally offtop!
That post is about developing rpg game source on PHP and I will be vary glad to see someone who knows something about that.
p.s. example : combats.com
I am developing my own and it is very simple once you get used to dealing with a few simple things:Quote:
Originally Posted by Gashek
- Learning to connect to a MySQL database with PHP
- Using forms in X/HTML well
- Combining these forms with PHP to obtain information mysql_query()
- Learning to use this information to create and structure queries
- Outputting this information using PHP mysql_query()