Yogesh
Yogesh

Reputation: 1216

online leaderboard for xna + windows phone game

In my xna + WP7 game i have local score, looking for online leaderboard/API to submit the user score. Any links or source would help

Upvotes: 0

Views: 647

Answers (1)

Hermit Dave
Hermit Dave

Reputation: 3046

There is mogade lib that provides a decent interface. I even ported it to windows 8. Will send you a link in a bit (you can find source on github)

I found this post even before i wrote a single line of code for my game http://briansolli.wordpress.com/2011/03/30/online-leaderboard-for-your-wp7-game/

you can mogade code here https://github.com/mogade

Upvotes: 2

Related Questions