Online Scoreboard

This forum is currently in read-only mode.
From the Asset Store
Tic Tac Toe is an online multiplayer game with Easy, Hard, and Local and Online multiplayer game modes
  • Hello

    i have a little question to You about the online Leaderboards

    is this possible to Send from Construct the score ?

    for example i've got 10,000 Points and the game sending it to the side for example ?

    and the second question , how to save the top scores ?

    i know it's a basic question but i have no idea how to do it

    i'really don't know that you are understand me now but i try to explain :

    i have 2 fields on screen : SCORE and TOP SCORE ,

    and how to do that the max score will be the new top score ?

    for example my previous best was 300 and now it's 700

    how to tell construct to do it ?

    and final ask , where to save the data of score , achivements and global variables

    if my hero found 10 000 gold i want it back when i close the game and return

    wow a lot of things i have written

    i will be very glad if you can help me

    greetings

    Daniel

  • Absolutely. There are many 3rd party leaderboards you can use. I suggest trying Clay.IO. Sign up at their website. They have a Plugin for Construct2 and instructions. It's pretty easy to implement.

    There is a tutorial posted here:

    https://www.scirra.com/tutorials/348/integrating-leaderboards-achievements-and-social-features

  • Thanks for the reply , but i need it for Construct Classic

  • For saving your scores , the INI is your best bet . I included an example , open the ini file with notepad and take a look at it , also the cap will help. I have included the link to the old wiki , there is still some info on it that might be of help .

    http://sourceforge.net/apps/mediawiki/c ... =Main_Page

    Will try to help when I have more time .

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh , thank you so much it's very good

  • "i have 2 fields on screen : SCORE and TOP SCORE ,

    and how to do that the max score will be the new top score ?

    for example my previous best was 300 and now it's 700

    how to tell construct to do it ?"

    Condition > global(score) is greater than global(topscore) action > set global(topscore) to global(score)

  • Thank You a lot , it helps me so much

    i will be very glad if somebody could tell me how to do online leaderboards

  • doing online scores means you'll probably also need to mess with PHP:

    You might have to work with PHP + MySQL to do a secured method of storing and retrieving scores, but you could also just use PHP to set the contents of a text file on the server, then download the text file with the Construct Classic HTML object

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