Jump to content

Scores and Levels in console


Doc
 Share

Recommended Posts

Games will get played more, if members/viewers can compete for high scores.


By adding something like this, only when game is over:

game.end(type,object)

Also add to this function an object where scores and levels reached are stored.
/**
* type {string} ['game_over']
* object {object}
* level {string}
* score {int}
*/

game.end('game_over', {score : score, level : level : {/*INSERT HERE IF AVAILABLE*/} });

Some Gamepix games use something like this and the save score/level works well.

I can pull that info from the console on embedded games and use ibproarcade save score code.

This should work with any arcade software that uses ibproarcade games.

myarcadeplugin, vBulletin arcades, ipsProArcade and more.

Edited by Doc
Took link out, I didnt know was there
Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...