Our Scripts Vault contains many game scripts that you can use to create your own game!
Ok, I've tried to start this project several times now lol. I was nearly to an alpha build stage and I scrapped the entire thing because I noticed it was going to be a maintainability nightmare.
A few key points:Space Empire GameObject Oriented using LAMP serverXHTML 1.0 Strict, CSS 2.1, XML 1.1, WCAG-AA
Quote from: Makari on July 29, 2008, 12:06:44 PMOk, I've tried to start this project several times now lol. I was nearly to an alpha build stage and I scrapped the entire thing because I noticed it was going to be a maintainability nightmare.Not sure how "Object Oriented" you are going for but for pure OO and a web game you are going to get into a maintenance nightmare. Although there are times when pure OO works well they don't tend to work well when it comes to web games. The reason for this is because the web game itself is fairly singular (ie hit a page) rather then an entire application.