The current architecture of the game is:
- PHP + MySql backend,
- Flash and ActionScript 3 frontend.
Major criteria for engine/framework selection are:
- Support for isometric view.
- Resuability : The current game development should easy the work for building similar social game of diffrent story type in future.
- Ease of development
Already researched stuff:
- as3isolib - for isometric rendering, but restricted only to the rendering part.
- PushButton Engine - open source engine, component based
- Open-space engine - But That works with Smart Fox Server only I guess.
Any other good recommendations ?