Doc Posted August 4, 2023 Share Posted August 4, 2023 (edited) 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 August 4, 2023 by Doc Took link out, I didnt know was there Quote Link to comment Share on other sites More sharing options...
Doc Posted March 16 Author Share Posted March 16 If anyone has a game that sends score/level to console, when the game is over, I would be glad to embedded it on my site/sites. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.