Isometric AS3 game engines

After Happy Farm and FarmVille attracted millions of user there is a lot of talking about isometric games. I've played several games featuring an isometric view then I've spent some thoughts around the idea of creating my own isometric game (or one for my company, developed during my inexistent free time).

Looking for isometric game engines, I found three great projects: FFilmation, As3isolib and OpenSpace.

FFilmation (MIT License):

  • Have a programming interface as small and easy as possible, no matter how complex the internal code is;
  • Rendering performance is a major concern when designing all the algorythms;
  • Graphic designers are able to work on the application’s ( game or not ) environments without any programming skills, visually, and with almost immediate previews of what they are doing.

As3isolib (MIT License):

OpenSpace (commercial, part of the SmartFoxServer platform for multiplayer games):

  • Engine and framework for rapid development of multi-user virtual worlds and MMO communities;
  • Customizable tiles' aspect ratio;
  • Tiles Elevation
  • 2D objects in a 2.5D world
  • Backgrounds and foregrounds
  • Scrolling
  • Advanced pathfinding
  • Powerful avatar management
  • Advanced map interaction system
  • Exhaustive documentation
  • Complete Map Editor

If you were planning to develop an isometric game, you just found your first step.

Flash , , , , . URL.
  • http://angelstreetv2.blogspot.com/ Angelstreet

    I would like to introduce you IsoEngine which is a opensource isometric engine i m working on. It's flash engine. It is designed to handle multilevel map and multiplayer interaction with a simple multi socket java server. the main features are the collision management, zoomIn/Out, some special moves are already coded such as running, jumping, pulling, climbing etc... The beta released is available on google code and source forge and have already been downloaded more than 2.000 times.
    http://code.google.com/p/2d-isometric-engine/

  • http://www.dovyski.com Dovyski

    @Angelstreet Thank you for the note! It's seems to be a great engine. Great work!

    I will add your engine to my list.

  • http://angelstreetv2.blogspot.com/ AngelStreet

    New version of IsoEngine an IsoEditor.
    Try it online here:
    - http://angelstreetv2.free.fr/as3/IsoEngine/
    - http://angelstreetv2.free.fr/as3/IsoEditor/

  • admin

    Thanks, AngelStreet! I have moved all tools into a new site: http://www.as3gamegears.com

    Your engine is linked here: http://www.as3gamegears.com/engines/2d-isometric-engine/