Fortia
a minimal 2D actionscript game library
Install / Use
/learn @mikesoylu/FortiaREADME
Fortia Game Engine
Fortia is a minimal 2D game engine written in Actionscript3 inspired by flixel and built on starling. check out demo here
Features:
- Asset management via Starling.
- Scene management, simple scene effects like shake and fade.
- Finite state machine for things like AI state management.
- Built-in object pooling.
- Fast and simple overlap queries via quad-trees.
- Cross platform development with AIR.
- Save-game utils.
TODO:
- Proper sound management for layered music.
- Tile-map loading utils.
