Skip to content

A basic Java application to simulate full seasons of a soccer league. Main point was to implement multi-threading in Java as part of a SMU project.

Notifications You must be signed in to change notification settings

hpkishere/SoccerLeaguePredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soccer League Predictor

SMU AA Project - Implementing Multi-threading in a Java application

This application simulates a full soccer league season N times (N is a variable) and prints out the results and show the probability of each team to win the season. Implemented multi-threading but not performance optimized.

How to use

Unix

execute ./compile.sh and ./run.sh in project root directory (Might need to add executable permission)

Windows

execute ./compile.bat and ./run.bat in project root directory.

About

A basic Java application to simulate full seasons of a soccer league. Main point was to implement multi-threading in Java as part of a SMU project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages