Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tournament Predictor

A browser-based tournament simulation and qualification prediction system.

Features

  • Match simulation
  • Qualification prediction
  • Scenario generation
  • Net Run Rate calculations
  • Probability analysis
  • Custom tournament builder

Technologies

  • HTML
  • CSS
  • JavaScript

Project Structure

tournament_predictor_fixed/
├── index.html
├── assets/
│   ├── backgrounds/
│   ├── icons/
│   └── logos/
├── css/
│   ├── 01-style.css
│   ├── 02-dashboard.css
│   ├── 03-table.css
│   ├── 04-tabs.css
│   ├── 05-forms.css
│   ├── 06-animations.css
│   ├── 07-responsive.css
│   ├── 08-custom.css
│   ├── builder.css
│   ├── dashboard.css
│   ├── modal.css
│   ├── responsive.css
│   ├── simulator.css
│   ├── style.css
│   ├── table.css
│   └── timeline.css
├── data/
│   ├── sample/
│   └── templates/
│       ├── cricket/
│       │   └── ipl_2026.json
│       ├── custom/
│       └── football/
├── docs/
└── js/
    ├── app.js
    ├── builder/
    │   ├── csvParser.js
    │   ├── scheduleBuilder.js
    │   ├── teamBuilder.js
    │   └── tournamentBuilder.js
    ├── config/
    │   ├── constants.js
    │   ├── settings.js
    │   └── tournaments.js
    ├── engine/
    │   ├── margin/
    │   │   └── marginEngine.js
    │   ├── scenario/
    │   │   └── scenarioEngine.js
    │   ├── matchEngine.js
    │   ├── matchSimulator.js
    │   ├── nrrEngine.js
    │   ├── pointsEngine.js
    │   ├── probabilityEngine.js
    │   ├── qualificationEngine.js
    │   └── snapshotEngine.js
    ├── loader/
    │   ├── csvLoader.js
    │   └── templateLoader.js
    └── ui/
        └── pointsTableUI.js

About

Advanced cricket and sports tournament predictor with match simulation, playoff qualification scenarios, NRR tracking, probability analysis, and customizable tournament formats.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages