The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
193 views

What middle tier and backend libraries exist for handling player matching and out of game information?

Are there any libraries or frameworks readily available that handle player metrics, rankings, matching, tournaments, etc? Anything for managing the player community? (Please don't say DotNetNuke)
3
votes
2answers
172 views

Match Making Groups of Players

Given a situation where I have a pool of X people of different scores (ranks) S with game size N. How do I partition the pool into N sized games where the standard deviation of ranks for each games is ...
0
votes
1answer
179 views

What is the best implementation of an automated tournament? [closed]

Here are the specs so far to give you an idea to the question. should be fully automate-able should not inconvenience the player with regards to time should allow for a voted wild card system should ...