So Im a programmer. I started out as C++ but Ive ended up in web programming. I know XHTML/HTML5, CSS, JavaScript, PHP, and MySQL. After becoming proficient in all those languages I have realized something, multiplayer support for simple games is actually...well....simple. Games like civilization 1 and 2, master of orion 1 and 2, master of magic, could be remade and turned into massive multiplayer online games. Basically I had the idea that these classic games are actually reproducable by one or two programmers given modern frameworks. A small developer may not be able to replicate big modern day multimillion dollar titles, but HTML5 is being supported more and more now and it allows much better support for game development inside of web browsers. So earlier era games are much more feasible, and if you slap in a multiplayer component, dont you have something interesting?
Imagine a 4X game like master of orion, but with a galaxy that grows as more players join the game, and with all of the other empires being real live people. It would not be turned based, it would be run on the server and keep a persistent galaxy. Every so often the game refreshes your unit movement points and hands out your tax money. If you go offline, you can still get attacked, but as long as you leave some defenses up and check in once or twice a day you wouldnt be in any more vulnerable of a position than in a single player game. I guess the technology research element would have to be thrown out, otherwise new players would be at an even worse disadvantage than they already are. Basically, not all the game mechanics would translate. It wouldnt be a master of orion 'clone' so much as just taking that genre, and re-envisioning it in a multiplayer framework. Those older styles of games are not graphics intensive, and compared to modern games are not particularly code intensive.
I think this could be a niche for indie developers. What do you think? What other old 90's era games/genres do you think could be remade with simple multiplayer to make something cool?