Alef is out!

Hey there,

It has been a long time since I wrote my first game, Kinessia, with the Citrus Engine (and start contributing), one and a half year. Less than one year ago, I made an other one, Tribus, using a Citrus Engine’s port in Objective-C. That was my first project in Objective-C so the source code of the port shall not be very clean, that’s why I’ve never released it officially.

We all know the problem making a framework / library and never use in real context project. That’s why I started my carreer as a freelancer 4 months ago, to be able to make applications / games for companies and show what can be done with the Citrus Engine. And now I’m proud to add a new reference to the engine: Alef.

Alef
Alef2Alef is a free app that teaches young children the letters of the alphabet and the construction of simple words in 5 different languages. The app encourages learning through simple interaction and is adapted for young kids. Children are taught to identify letters by dragging and dropping colorful puzzle pieces together. Parents can select a language including English, German, French, Arabic or Spanish and challenge their kids to construct words using the puzzle pieces! The app also provides word categories, for example animals, which give children visual clues about the meaning of the word they are trying to spell. Parents can customize the words themselves, opening the door to a world of possibilities: names, places, household items, etc. When the word has been put together correctly, a jingle will celebrate the child’s success. Hooray!

The beginning
Alef is similar to Spell Cubes in its first approach. Drag & drop letters at the right place with letter’s sound, like many other games did. When we start working on Alef, we considerate it as an internal project: AJ Consulting is one of the company that I enjoy to work with. They have tons of fresh ideas. They were looking for a Flash framework which would help them to make edutainment project, so I convinced them to use the Citrus Engine and it was a blast! In two days, we already had a working prototype! Then we’ve started to experiment: how to enhance user experience? Children love animals, they enjoy funny sounds too. Both has been added in this first official release. And we have many more awesome features coming! We’ve released the app now for having lots of feedback.

Technologies
We use the Citrus Engine library including Starling, Feathers and Nape.
Why did we use the CE for this app? The obvious answer is for the physics engine support, then comes very useful class to work with Starling: setting a Starling object very quickly and manage its z-sorting easily. And finally for the state transition between each part of the app. The CE makes them easy to clean and create!
We have also added Parse to store data in the cloud. If we want to add new animals, we just need to add it in our Parse database, send a push notification via Parse, people will update the list via the update button and they will get the last animals!
Also I’ve wrote an algorithm for the arabic alphabet which is a bit complex to manage due to the different states of a letter: isolated, initial, medial and final according where the letter is situated in the word. And obviously there are exceptions 😀 Since I’d no knowledge in arabic that was very challenging!
And finally, it was funny to replicate the iOS keyboard behavior managing accents!

CitrusAJ*
As you may have noticed, it’s mentioned the name of CitrusAJ* in the information of the application. It’s a private (at the moment) fork of the Citrus Engine (which has a MIT licence) including stuff which aren’t directly requested in a game engine. It has some helper for Parse, languages, SQL database, etc.
It’s always hard to determine what should or should not be included in the CE.

CitrusAJ* Builder
There isn’t official level editor / app builder for the CE. We use existing tools (Flash Pro, Gleed2D, Tiled Map Editor), it works great but we’re not able to manage them as we would. On the other side, writing a level editor takes lots of time and I don’t have enough time to do it. The CitrusAJ* Builder will be a commercial product developed by AJ Consulting to make an app without writing code. It would be a mix of a game level editor and the storyboard mode in Xcode.

Citrus Engine
No worries, the CE will always be free, open-source and strongly supported. Since we don’t have any kind of financial support, it’s important to take opportunities to work with companies on future product using the engine. This way we make sure it will stay the best AS3 game (and app!) engine!

5 thoughts on “Alef is out!

  1. Good Work , bon travail , عمل رائع
    from one project to another citrus shows that the engine is the most adaptable to all kinds of games,
    me too I’m working on a game in the same principle, in fact it is the Arabic version of Ruzzel, and it will be multiplayer , at first I hesitated to use citrusengine, because I do not see his contribution in this type of game , but after your post, I must revise my choice and use of all my games citrusengine henceforth.
    why did not you asked for my help to algorithem the Arabic version, I am an Arab and I can very well help you

  2. Hey Chakir!

    That would be a very good news to see a multiplayer game made with the CE!
    I will thank about it if there is a next time 😉

  3. Congratz !
    Sans même parler de l’utilisation de Citrus, cela me semble terriblement sympa pour les enfants, je teste sur des cobayes le week end prochain 😉

Leave a Reply

Your email address will not be published. Required fields are marked *