Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesoylu/fortia
a minimal 2D actionscript game library
https://github.com/mikesoylu/fortia
Last synced: about 2 months ago
JSON representation
a minimal 2D actionscript game library
- Host: GitHub
- URL: https://github.com/mikesoylu/fortia
- Owner: mikesoylu
- Created: 2013-02-11T17:54:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T18:09:14.000Z (about 11 years ago)
- Last Synced: 2024-08-04T05:03:59.493Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 373 KB
- Stars: 22
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - fortia - a minimal 2D actionscript game library (Video Games / Game Engine)
README
# Fortia Game Engine
Fortia is a minimal 2D game engine written in Actionscript3 inspired by flixel and built on starling.
[check out demo here](https://github.com/mikesoylu/fortia-demo)## 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.