fci 0 Report post Posted December 30, 2009 (edited) i need to make an online game like travian ,but i need to know ...how can i start and what does it need to be done ??i really need your help thanks Edited January 3, 2010 by yordan completed the title (see edit history) Share this post Link to post Share on other sites
BCD 1 Report post Posted December 30, 2009 Welcome to the forums.First of all how experienced are you with coding and understanding scripts. Because just creating a clone of travian wouldn't work, especially if you are thinking about monetizing/getting traffic for this kind of site. Just because travian attracted lots of members wouldn't mean another site can do the same. Travian was unique in features, I mean there isn't an exact clone of travian which competes against travian, although there exists some online games which fall into the same genre as Travian. Furthermore, there is lot of marketing involved to promote such site. A couple of months back I used to see there banner ads on almost every website/blog I used to visit.If popularity/traffic not an issue, if you want to create one just for the fun of it to share with friends, then you can use some clone scripts of travian. A quick search on "Travian clone script" leads to this opensource script https://sourceforge.net/projects/devana/ . It is coded in PHP. So if you are good at PHP you can modify and include your ideas into the script. And who knows, may be you can bring out something unique. Share this post Link to post Share on other sites
fci 0 Report post Posted December 31, 2009 thanks alot for your answer........ Share this post Link to post Share on other sites
Pii 0 Report post Posted April 1, 2010 I would say that as long as you have some unique ideas and gameplay that can attract regular players. Then, you can get yourself started.The minimum programming skills that you will need will be:- html- css (for colors and style)- javascript (for client-side behavior to make the game looks more interactive)- php (for server side script to save player progress)- SQL (or some sort of database to store players' progress)Well, that is the case if you are really interested in building a web base online game. Probably, the minimum requirement.Good luck. Share this post Link to post Share on other sites