Skip to content

AustinMayerhofer/Soccer-Dynasty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Soccer-Legends

Text-based soccer simulator made in Visual Studio

How to run

  • $ make
  • $ ./soccer_legends leagues.txt teams.txt

Files read in

leagues.txt

  • File that contains the leagues used in the simulation
  • Format: League name (string), League index (int)
  • League index should start at 1 and each index should be unique (they are keys)
  • No spaces between commas

teams.txt

  • File that contains the teams used in the simulation
  • Format: Team name (string), Owner (string), League index (int), Offensive rating (double), Defensive rating (double)
  • League indexes should match those in leagues.txt
  • No spaces between commas

TODO:

Pointer cleanup Tournaments User control over a team

Notes

About

Command-line soccer season simulation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published