A political election simulator, where the goal isn't only winning the election, but also not dooming the nation in the process. Eventually meant to have a full mod support for adding new scenarios.
Install dependencies and run Main.py:
pip install -r requirements.txt
python3 Main.py
To generate an executable file:
pip install -r requirements.txt
python3 ExeGeneration.py build_exe
The .exe, along with all resources necessary to run it, are now located at build/McGovern Windows