Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chakas3/aichagame
2D platformer game .
https://github.com/chakas3/aichagame
Last synced: about 1 month ago
JSON representation
2D platformer game .
- Host: GitHub
- URL: https://github.com/chakas3/aichagame
- Owner: chakAs3
- Created: 2015-06-10T08:21:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T10:54:51.000Z (over 9 years ago)
- Last Synced: 2024-04-14T10:13:17.383Z (9 months ago)
- Language: ActionScript
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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