Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chakas3/aichagame

2D platformer game .
https://github.com/chakas3/aichagame

Last synced: about 1 month ago
JSON representation

2D platformer game .

Awesome Lists containing this project

README

        

# AichaGame

Aicha Game is a 2D platformer game , with 4 world (Outdoor,Forest,Water,InDoor ) in each one there are 3 levels .

the player has to collect A I C H A letters , using 7 characters (9fizou, krichou , 7chimou , frihou ,fhimou ,ksilou , ngirou )

and switching between these characters as the gameplay needs , each one has a special power or skill like jumbing , ducking ,crawling , pushing ,shooting ....

Screenshots :





Technologies :

The game developed using CitrusEngine which enables to use :

- Box2d : for the game physics which allowed us to implement a complex gameplay mechanisms , one-way platform , moving platform , water bridge ..
- Starling / Stage3D : All Game graphic elements are rendered using Starling framework which gives better performance .
- Signals : using AS3 Signals rather then normal AS3 Event model .
- Blitting : we had a lot of animations due to the number of hero characters , and the enemies , so the blitting (generating spritesheets ) was the perfect solution to get the max in terms of performance