Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1014 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 1014 Bytes

ffone

Small private fantasy motorsport league. Writen for use with my friends. Currently a work in progress.

Developers

Anyone kind enough to help me develop this will need Composer and then install the dependencies located in composer.json.

  1. Download and install Composer:

     curl -s http://getcomposer.org/installer | php
    
  2. Install your dependencies:

     php composer.phar install
    

Costs

The costs of drivers, like last year will be based off of the betting odds of winning the championship. The teams will be ordered by the sum of the drivers driving them - or maybe the betting odds. I've not decided yet.

Scoring

Same as last year.

Users

Make these with the console script.

Calendar

Built from an ICS file I exported from google, imported with the cosnole script.

TODO

  • Get functionality to match last years python effort.
  • Implement predictions
  • Allow visualisation of score breakdown
  • Graphs!