Skip to the content.

Caballo

Caballo is a knight-trip app to learn Spanish proverbs. It has been developed with Construct2 (see comment below).

It features:

Open web app: (https://jgmy.github.io/caballo_NEW/export_html_site)

Source structure

The app is made with Construct2, a proprietary game builder. Construct2 source (caproj) consists in a set of xml files from wich actual html5/javascript source is built (“exported”). A useful feature of Construct2 is minifying (garbling and compacting) the javascript code, but I have intentionally left js code un-garbled, so you can either edit the .caproj source with Construct2, or edit the html5/javascript code itself.

Different folders are used for the different “exports” from C2:

folder format description
/caballo_cordova html5 source in cordova format, used to compile android app.
/compiled_apk apk binary compiled android app, includes signed and debug builds
/construct .caproj source actual source in proprietary Construct2 format.
/export_amaz html5 source optimized for amazon appstore export.
/export_html_site html5 source optimized for html5 site.
/export_openwebapp html5 source following the (now deprecated?) openwebapp standard.
/export_scirrarcade html5 source optimized for the “Scirra arcade” (https://www.scirra.com)

# Build Requisites