I am currently debating if to move from building small games, to starting a new project. The idea is to build a game IDE (in a sense similar to Adobe Flash, Game Maker or Greenfoot) but at building 2D games in Java, especially applets.
It’ll have the usual caveats like a text editor and will be able to export games as both stand alone desktop apps and in a folder as a HTML page with the applet embedded (i.e. ready for you to place on your site). There will be a content management section where you can customize what images/sounds are used, pre-loaded when it starts up, should be included in applet or streamed, etc. There would also be a panel where you can run individual sections of you game inside of the IDE whilst you are developing it, for example to test your new ending screen without having to run the entire game. You could also add and move around game objects to it whilst your developing your game. For example you could load up a level section, drop enemies directly into the level, play it for a few minutes before pausing and adding more enemies or power-ups with the editor.
The overall aim is to provide features for helping the management and development of small 2D games.
What are people’s thoughts on this? Would you be interested in a game editor?
Do you plan to handle the artificial intelligence too?