This is my entry for the Ludum Dare 53 game jam, completed as an entry for the 48h category "The Compo".
Install dependencies:
python -m pip install pygame==2.1.3
Then run the main file:
cd src
python main.py
Install pygame and pyinstaller:
python -m pip install pygame==2.1.3
python -m pip install pyinstaller==5.10.1
Run pyinstaller (v) command:
pyinstaller -n unicast_network_sim src/main.py --collect-submodules src -y --add-binary=src/media;media --add-data=LICENSE;. --add-data=README.md;. --add-data=config.json;.
Built using Python 3.8+
MIT License