How to send game statistics to server?

0 favourites
  • 3 posts
From the Asset Store
The official Scirra Multiplayer Signalling Server for helping peers find and connect to each other
  • I'm about to finish my first Android (export to CocoonJS)game and want to have an overall statistics about the game like:

    • most played level
    • average score and time spent on each level
    • average time spent on the game

    I want all those variables sent from each user to a server and my wish is to have only one file on the server side for easy viewing (xml, txt)

    Can I build a serverside code in c2 ?

    Does DropBox support serverside execution?

    Can I use DropBox to receive data from user?

    As a last resort it can be done with individual files from each user, but the above questions still remains.

    Any ideas how to do that?

    [EDIT:] Google docs is any good?

  • You must use the "AJAX" object...

    I'm not sure CocoonJD supports it...

    With the AJAX you do a "post" that send the information in a "cgi" file that you code, by using something like cfm or php, wich will receive your variables and send them into a xml file or database...

    That's the only way I know...

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • DavidA13 thanks for the suggestions. I will dig deeper in to that. Never used Ajax, it's a mystery to me.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)