QUOTE(Tempest @ Jul 29 2006, 09:21 PM)

I really like the idea, but your honor will have to deteriate over time otherwise new players will have NO change of catching up.
Or even better, take the average. That way you're not higher up just 'cause you play more rounds with a crappier score, and people who are new can still get up there in the scores.
(IE. One person plays 10 rounds at 5k honour each = 50k honour total, another person plays 4 rounds with 15k honour each = 45k honour total. With average, guy who had 15k honour each round gets higher, and probably deserves to be higher 'cause they had higher honour score each round than other guy.)
And it wouldn't be all THAT hard to make it. Don't even have to make it to the same username, just make it based on the e-mail that is used when you sign up. I don't know any PHP, but it doesn't seem to me like it'd take all that much code to make this, or even a very complex database. Would need to have three main fields: Rounds played, Average score, e-mail. Might need more but I'm just thinking kinda generally. Just look through who played, if they're in the database just make a simple algorithm to add to the average, and if not add an entry and put they're score in there with rounds played = 1. for finding out new average it'd be like (Average score * Previous Rounds played + Score this round)/Total rounds played or some crap like that.