The project is entirely my own, though it is a port of a flash-based version written by another teacher.
It is set up in two parts:
1. A Construct 2 client - This exists on the user's device, and runs a big Construct 2 project. The C2 project makes AJAX requests to the server.
2. A php server running a mysql database - This consists of an Apache server which runs php scripts that I wrote. The php scripts contain database calls to the mysql database. All user information is stored on the database.
This method also works in mobile apps. I used to include ad requests to my own ad server. All you have to do in C3 is make a GET or POST request to the server from the C3 project via AJAX.
I will give it a try, but I think it will be almost impossible according with my knowledge
[quote:1vmgm48f]As far as getting started goes, I will try to put this in another reply.
Thank you! I will really appreciate that.