Skip to content

andrewschleifer/Citrus-Engine-Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get the full engine here. Be careful examples are update with the last code version on the Citrus Engine's GitHub. It may have differences with the SWCs build.

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.

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.

It offers many options, you may use :

  • select between : the classic flash display list, blitting, Starling (including Feathers) and Away3D.
  • select between : Box2D, Nape, AwayPhysics and a Simple math based collision detection.
  • a simple way to manage object creation, and for advanced developers : an entity/component system and object pooling.
  • a LevelManager and a LoadManager which may use Flash Pro as a level editor.
  • a Console, Sound management class, Keyboard and input handler...

Games References

Once Upon a Light Battlewars Snailboy Monsieur Bear's ABC Underwater Adventures Roundhouse Red n Green 2 Sophie la Girafe Beekyr Alef Jim loves Mary Chorizos de España Shotgun vs Zombies Gérard ![Santa Rush](http://aymericlamboley.fr/blog/wp-content/uploads/2012/12/Santa Rush.png) Kepher Stack of Defence Music Game Les aventures d'Aïcha - l'odyssée des 4 mondes Escape From Nerd Factory Kinessia MarcoPoloWeltrennen Tibi

Project Setup

  • bin : pictures, animations, levels, ... loaded at runtime.
  • embed : embedded assets (e.g. fonts, pictures, texture atlas, ...).
  • fla : two levels used in the box2dstarling demo, and two animate characters in two versions one for SpriteArt and one for StarlingArt thanks to the DynamicTextureAtlas class (loaded at runtime).
  • lib : the different swcs used by some demo.
  • src : different demos ready to use! You just need to copy & paste the Main from the package you want into the src/Main.as and the demo will run. Be careful with package & import.

Wiki & API

Support

The Citrus Engine is proudly supported by: FDTJetbrains If you have any questions on the engine or need some help, we suggest to ask directly on the forum. However for people and companies desiring a strong support, a freelance game developer, or special features you may contact us directly: citrusengine[dot]framework[at]gmail[dot]com We will make a pricing plan depending on your need.

Donations

The Citrus Engine requested lots of work to become the most advanced Open-Source & free AS3 game engine. You can show us your love making a donation. It will be divided fairly between contributors. Donate

About

Examples for the Citrus Engine, AS3 Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 100.0%