Hi, I'm looking to develop a PHP-based browsergame similar to OGame or Travian. Do you know any good Open Source Projects I could use as a basis for this? Cheers!
Thomas, as far as I know, there's no good browser game Open Source project on the Web. I've searched for the same thing some time ago, and the best I found was The legend of Green Dragon, which I found very buggy and not useful for my purposes. What I suggest you is to start by yourself if you have some PHP/Mysql Skills. Just to let you know, the first(and the hardest to code) browsergame I coded had around 20,000 lines of code, it was a very complete game. And took me around 4 - 5 months to finish it, working alot everyday. But be srure that you have the whole game planned before you start coding, because you dont want to waste your time recoding and reconding things you already did. Good luck anyways