Skip to content

JasperADavis/world-cup-tournament-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Cup Tournament Simulator

Overview

This is a CLI program written that takes a CSV file with soccer teams and their ratings. It then simulates games and rounds for N number of tournaments, ultimately returning each team with a percentage representing their chance of winning the overall tournament.

Instructions

This program is launched from the command-line: python tournament.py CSV_FILENAME

Please see one of the included CSV files to understand how a file should be formatted.

Dependencies

This program makes use of the following libraries:

  • collections
  • csv
  • sys
  • random

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages