Advertisement
akram_0090

scalable Flash game engine built for industry-quality games

Jul 14th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Modern AS3 Game Engine
  2.  
  3. The Citrus Engine is a professional-grade, scalable Flash game engine built for industry-quality games. It is built upon modern Flash programming practices, allowing you to focus on making your game awesome! It comes built-in with a "platformer" starter-kit, which you can use to easily make awesome 2D or 3D sidescrolling games.
  4.  
  5. The Citrus Engine is not only made for platformer games, but for all type of games. It offers a nice way to separate logic/physics from art.
  6.  
  7. It offers many options, you may use :
  8.  
  9. select between : the classic flash display list, blitting, Starling (including Feathers) and Away3D.
  10. select between : Box2D, Nape, AwayPhysics and a Simple math based collision detection.
  11. a simple way to manage object creation, and for advanced developers : an entity/component system and object pooling.
  12. a LevelManager and a LoadManager which may use Flash Pro as a level editor.
  13. a Console, Sound management class, Keyboard and input handler...
  14.  
  15. http://tinyical.com/1oty
  16. https://pastebin.com/DnWZUW4w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement