ActionScript 3 framework / engine for building social game like FarmVille
The current architecture of the game is:
- PHP + MySql backend,
- Flash and ActionScript 3 fronten开发者_如何转开发d.
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 ?
I'm not suggesting any particular engine. The choice depends on a number of factors like number of people in the team, target time period, expected number of users, budget etc. etc. But you should check this list of flash game engines. And also check this list of flash isometric engines.
There's a comprehensive list of libraries at http://fluxdb.fluxusproject.org
- http://fluxdb.fluxusproject.org/libraries/4-as3isolib
- http://fluxdb.fluxusproject.org/libraries/210-ffilmation
Are both isometric libraries.
精彩评论