No commit activity in last 3 years
No release in over 3 years
Picks two fair teams based on player skill
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4
~> 1.1
>= 0
 Project Readme

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-9)

e.g. players.txt

Alan, 5
Paul, 3
Jeff, 4
Tom, 2
Steve B, 4
Steve T, 4
  1. Run me from the command line

    football-manager -f players.txt

  2. Two fair teams should now be output

    Team Bibs have 3 players and 11 points Team Colours have 3 player and 11 points

    Team Bibs

    Alan Steve T Tom

    Team Colours

    Jeff Paul Steve B

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