data storage - Where to save high scores in an XNA game? -


i'm making simple 2 player game in xna , started looking saving player's high scores.

i want game work on xbox 360 windows, have use framework save data.

it seems save data particular user's gamer tag - question is, high scores?

  • save user's own scores in profile? (so can see own scores if you're 1 signed in)
  • try , save other player's scores in profiles? (seems pain try , keep sync'd)
  • store scores online
    • the 360 seems have standard method showing friend's high scores. can accessed within xna, or available published games?
    • roll own. (seems excessive such small personal project.)

the xna live api doesn't give access leaderboards ... real option store scores locally. if want users see each other's scores ... use 2 different stores. player's store own save data ... , title storage store scores.

of course then, if 360 has more 1 storage device, they'll have select twice ... let them choose device scores if go high score section.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -