Making a Ranking System

IvyGamesIvyGames

很久以前 | 帖子#1
The game I'm making is a 2-player match game, and I'd like to have a rating system for it, similar to chess. After investigating both API's, though, all I've found was

player.SubmitRankingDelta("win", player1 == hasTurn ? 1 : -1);
From the TicTacToe serverside solution, and then from the Nonoba API,
api.content.SubmitScore(stage,key,score,callback)

Neither of which are very enlightning (to me, at least) of how I can store a rating value for each user, give a user a base rating the first time the user plays, and change the rating value for both users after every game instance... Is there any simple way to do this, like in the Kongregate API? (When you can just put _root.kongregateStats.submit("Rating", newRating) wherever you need to)?

Thanks!
最后编辑很久以前

IvyGamesIvyGames

很久以前 | 帖子#2
After checking around other threads, I guess what I need is a ranking list - however, there is nothing about ranking lists in the API, just SubmitScore, no code that can submit deltas.

CiffyCiffy

很久以前 | 帖子#3
if there was a way to pull the score down from the server you could pull it down, make the changes and reupload the new one yourself. Just an idea... not even sure if pulling the score down is possible.

ChrisChris

很久以前 | 帖子#4
IvyGames - the info you are looking for is here

Very basically you just define the score as a ranking score when creating it on the site.

IvyGamesIvyGames

很久以前 | 帖子#5 | 回复#4
Thanks!

回复主题

现在就注册以回复主题

5dyouxi

5dyouxi.com是一个独立的游戏网站,在这里你将可以免费玩到各种好玩的单人和多人游戏。

开发者工具

如果你是一位flash游戏开发者,我们有一些非常强大的工具来帮助你开发更加优秀的游戏。

经典游戏

为什么不试试我们这里的一些最为优秀的在线flash游戏呢?这可是完全免费的!

Copyright ©2007-2012 5dyouxi™ - All rights reserved.31.2ms on SERVER34096
注册 或者