Sha256: 2cf5050395a9fec69096fa337913d761807276ff4962b6b74f97778dd664e773

Contents?: true

Size: 664 Bytes

Versions: 4

Compression:

Stored size: 664 Bytes

Contents

## WHY I EXIST

I am a tool to help you pick the fairest teams for your game

## HOW TO INSTALL ME

    gem install football-manager
    
## HOW TO USE ME

1) Create a file with all your available players, including their names and skill level (1-5)

e.g. players.txt

    Alan, 5
    Paul, 3
    Jeff, 4
    Tom, 2
    Steve B, 4
    Steve T, 4

2) Run me from the command line

    football-manager -f players.txt
    
3) Two fair team should now be output

    Team A has 3 player and 11 points
    Alan
    Steve T
    Tom
    Team B has 3 player and 11 points
    Jeff
    Paul
    Steve B



I will randomise the teams to the best of my algorithmic ability!

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
football-manager-0.1.7 README.md
football-manager-0.1.6 README.md
football-manager-0.1.5 README.md
football-manager-0.1.4 README.md