Skip to content

A tool that randomly generates a March Madness bracket for the 2021 season

Notifications You must be signed in to change notification settings

MichaelDimitras/bracket-randomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bracket-randomizer

A tool that randomly generates a March Madness bracket for the 2021 season.

The outcome of each game is randomly determined by weighting the seed's of the teams playing in it.

The probabilty of a team winning a game is:

(8.5 + (SEED OF TEAM - SEED OF OPPONENT) / 2) / 17.

The formula generates the following outcomes:

probabilities

The app will log the results of games for each round to the console.

To run the app type node index.js

About

A tool that randomly generates a March Madness bracket for the 2021 season

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published