This game is based on various Fifa and Football Manager games and aims to replicate the experience of managing a team from one of Europe's top 5 football leagues through a text based command line using python.
Rich is required to be able to see the tables:
pip3 install rich
or
pip3 install -r requirements.txt
To run the game:
python3 main.py
Simply select a league and then a team and play each game while working on upgrading your team each week in training.
-
Attack - Score more goals
-
Defense - Stop the opposite team scoring
-
Luck - Get better results in VAR decisions
-
Speed - Better performance in the first half
-
Stamina - Better performance in the second half
Shoutout to Hugh Bothwell's round robin season algorithm for making this possible.
https://stackoverflow.com/users/33258/hugh-bothwell
https://stackoverflow.com/questions/44783767/generate-a-match-schedule-with-python-3