Name | Modified | Size | Downloads / Week |
---|---|---|---|
PlayerSelector | 2011-05-10 | ||
README.txt | 2011-05-10 | 2.6 kB | |
Totals: 2 Items | 2.6 kB | 0 |
README for PlayerSelector ========================= Author: Chris Canik Contact: ccanik@gmail.com Project URL: http://playerselector.sourceforge.net/ ========================= Directions: 1) Create a file with player names, ID's and Ranking. Each line should be formatted like one of the following: LastName FirstName ID Rank LastName FirstName ID LastName FirstName LastName The file PlayerSelector will search for by default is Players.txt, but you can name it whatever you want and search for it later. 2) Once you load the program, you can use the menus to modify certain options. Notice that the default player count is 2, the typical minimum for playing any sort of game. 3) Menu Items: File -Import Players... - Open a file with player information. -Clear Players - Clear all stored player information. -Exit - Close the program. Options -Player Count - Alter the number of players selected. -Use Rank - Select players of similar ranking. Help -About... - Provides version and license information. Buttons: Select - Selects players to replace those without checks above. Re-Select - Selects replacements for the players with checks above; offers the option to remove a player that is not present. Players will still have the number of times they played incremented. Replace - Replaces players with checks above. A replaced player will have the number of times they played decremented. Add - Adds a new player with the provided information. At least a name should be provided. Update - Modifies player information. ========================= Version History ========================= VERSION - DATE - DESCRIPTION ------- ---- ----------- 1.01 - 04/14/2011 - Updated shuffle method. 1.00 - 04/12/2011 - Possible bug with name ordering if last name only. 1.0b - 03/24/2011 - All known bugs fixed. 0.9a - 01/05/2010 - Menu System 0.5a - 07/10/2010 - New GUI 0.1a - 11/22/2009 - Proof of concept