views:

262

answers:

1

I am planning to create a Flash AS3 game that is like SimCity. Or something like the Facebook game Youtopia. http://apps.facebook.com/you-topia/

Any good AS3 game engines?? I do not plan to create multiplayer games, just single player ones, and the player can load and save the city. The player has to meet a certain objective within a time limit (like 20 years). Also each building has different sizes (like 1x2, 2x2) so the engine must detect which tile is occupied. The map will be have a 10x10 size, so I don't need to worry about performance.

I have seen Flixel but the games gallery doesn't look so promising. Flashpunk and PushButton looks interesting. Any suggestions?

+1  A: 

If you really want to make a game this big I would recommend you to make your own engine on top of other ones.
'Game' is not that specific so we can have game engines like flixel.

I would look at this http://code.google.com/p/as3isolib/
It is nice isometric library for as3.

Antriel
Thats a nice library. Although there are not so many tutorials on it.
HiddenChilli