I have created a game using Visual basic 2005 Express edition, and i wanted to know how to creat a leader board to record thr scores etc
Any help/idea?
Storing High Scores
Page 1 of 15 Replies - 4472 Views - Last Post: 23 January 2006 - 11:02 AM
Replies To: Storing High Scores
#2
Re: Storing High Scores
Posted 22 January 2006 - 03:27 PM
I'd suggest storing the values in a file for later retrieval...or are you referring to the look and feel of a leaderboard?
#3
Re: Storing High Scores
Posted 23 January 2006 - 04:50 AM
Do you want the leaderboard to record the scores at real-time (as the game is running) or after the game is over?
Depending on that we can provide a solution.
Depending on that we can provide a solution.
#4
Re: Storing High Scores
Posted 23 January 2006 - 10:03 AM
I would like an after game link, or an application leader board to appear offering to record for the next time
#5
Re: Storing High Scores
Posted 23 January 2006 - 10:15 AM
Amadeus, on 22 Jan, 2006 - 04:24 PM, said:
I'd suggest storing the values in a file for later retrieval...or are you referring to the look and feel of a leaderboard?
As i posted
"I would like an after game link, or an application leader board to appear offering to record for the next time"
But yes the look, "Feel" and use of it
#6
Re: Storing High Scores
Posted 23 January 2006 - 11:02 AM
Depending how you want to store it you could either store it locally in an XML file (So high scores are for that computer only) or if you want the game to report back to you and easy way would to setup a webservice and have a method called SubmitHighScore(int score); and when that hits the webservice it'll submit the high and add it to your database. And the second webservice call would be GetHighScores(); and it would select the top 10 records from your database and send it to the client.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|