Text-based random football league simulator (not yet accurate) based on attack and defense stats.
- Install the GNU GCC Compiler through MSYS2
- Check that GCC is installed by running:
gcc --version g++ --version gdb --version
- Navigate to the engine folder and then run:
g++ -o generator generator.cpp&generator.exe
- Input number of teams
- Run
g++ -o simulator simulator.cpp&simulator.exe
- Standings table will break when stats overflow (kinda fixed)
- Make matchday-like fixtures instead of random ones
- Make engine more realistic