Skip to content
Ahmed Castro edited this page Mar 9, 2016 · 22 revisions

#Overview

Kusukin is an engine for education websites developed by Rosalila Studio. Right now we're working with Coral.hn and Guco. Our first release will be a full code course for children. Coral will provide the overall logistics, Guco a Javascript interactive game (that is currently migrating to Phaser, a powerful Javascript game engine) and Kusukin the course engine. We plan to make the first release by the beginning of April. At that time, we intend to have a full functioning API for Guco's javascript game and Coral's mobile app. The faster we have something working, the faster the mobile app and javascript developers will be able to test it and integrate it.

Integrating work from different teams the first time is usually a dangerous task. That's why we broke down the entire project to the first, minimal and more important functions that Guco and Coral will need from Kusukin. And the result was the the following:

  • Guco: Store and retrieve data for each user. This will be used to store the current progress, preferences etc...

  • Guco: Unlock achievements. The achievements will be defined in the Kusukin platform.

  • Coral's mobile app: Obtain a list of all achievements unlocked by a given user.

The following features are planned to be developed after the first integration:

  • Leaderboards or Rankings

  • Feedback ("Did you like this course?", "Rate this course" etc...)

#Useful links

Clone this wiki locally