I have a small community of members inside a forum. For the sake of entertainment, I a planning to introduce a small game based on reputations. The idea is that send updates to a user (X) about another user (Y) based on how much X ranks Y. This is just a fun game, but the way I thought of implementing it was in one of the following ways:
Ask X to rank two users. The one he ranks higher gets more points Ask X to order a set of users. Thereafter, the ordering decides how much score each user gets.
I am a pure programmer and am not sure if the above methods will interest my users. Does anyone suggest a better approach (which is also easily implementable at the same time... hard is ok too). Essentially, what I am looking for is principles that would help me design a game that gains more attraction... Any suggestions?