Question: Keeping track of player's progress

0 favourites
  • 3 posts
From the Asset Store
Progress\Loading Bar. Now Load you game like a Professional.
  • Hey :)

    I'm very interested into buying construct 2. But I need to know how complicated it is to keep track of a player's score.

    I mean, player X starts playing the game, and he played it for 8 hours, then he must have some sleep. So far, he collected 200gold Earned 30XP and has 10health.

    Next day, player continues his journey, and at the end of the day, he finishes the game with: 30000gold, 4000xp and 100 health.

    Is there any way for me to check how much gold, xp and health he has? If yes, is there any tutorial about how to do that?

    (keep in mind that i need to know this for every player that played my game)

    Thanks for help :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • there is not really a tutorial needed. A quick look into WebStorage should help you out :)

    scirra.com/manual/120/webstorage

    If you like to store the data on your server, you have to deal with a Server Side Script made yourself (PHP, Perl, ...) and run scripts using Ajax:

    scirra.com/manual/107/ajax

  • there is not really a tutorial needed. A quick look into WebStorage should help you out :)

    http://www.scirra.com/manual/120/webstorage

    If you like to store the data on your server, you have to deal with a Server Side Script made yourself (PHP, Perl, ...) and run scripts using Ajax:

    http://www.scirra.com/manual/107/ajax

    Then I think that i'll have some bad time with this. Because I'm not a coder at all =\

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