Skip to content

reginoxcf/football-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Football Simulator

Text-based random football league simulator (not yet accurate) based on attack and defense stats.

Steps to install (Windows)

  1. Install the GNU GCC Compiler through MSYS2
  2. Check that GCC is installed by running:
    gcc --version
    g++ --version
    gdb --version
    
  3. Navigate to the engine folder and then run:
    g++ -o generator generator.cpp&generator.exe
    
  4. Input number of teams
  5. Run
    g++ -o simulator simulator.cpp&simulator.exe
    

Known bugs

  • Standings table will break when stats overflow (kinda fixed)

Planned features

  • Make matchday-like fixtures instead of random ones
  • Make engine more realistic

About

random football simulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages