-2
我正在使用cordova/phonegap 3.4.0創建一個應用程序,並試圖實現多人遊戲模式。該應用程序是一個分數遊戲,其中得分最高的人獲勝。我已經創建了遊戲,需要一種方法來做到以下幾點:PhoneGap在線遊戲
- Check when both people are connected
- Send the final score to each device (eg. Device A = 42 and Device B = 39 - Send them to each
other to compare scores)
- Recieve the other players score to determine who the winner is.
這可以在任何一個PhoneGap的插件格式或JavaScript文件。
有沒有人有任何想法如何我可以做到這一點。我試圖找到一個沒有成功的phonegap插件。
提前感謝大家的幫助。
而你的問題是......?你到目前爲止嘗試過什麼,你的代碼在哪裏? – LittleBobbyTables
無論如何,你知道我可以做上面提到的嗎? –