2012-07-27 66 views
0

有誰知道在android中設置全局高分的好教程嗎?Android全球高分教程?

+0

[Android Game:global high score system?]可能的重複?(http://stackoverflow.com/questions/5513246/android-game-global-high-score-system) – 2012-07-27 15:44:50

回答

3

Swarm也是一個很棒的簡單選項。實現是一件輕而易舉的事情。 http://swarmconnect.com

+0

謝謝,花了5分鐘實現,非常簡單! – 2012-07-27 20:36:39

0

我不知道具體的教程,但這樣做會如此的簡單高水平方式:

-Server will hold the high score values 
-User will play and achieve a score 
-User then downloads the current high score from server 
-If current score is higher, replace database value. 

當然它比這更復雜。您需要一些方法來確保高分的併發訪問最終沒有錯誤的高分寫入服務器。但我認爲單獨研究這些觀點是一個好的開始。不知道你是否希望自己做這件事,或者找一個服務來爲你實現它。

0

嘗試Parse

他們基本上照顧你的一切。