unicast_network_sim

Ludum Dare 53 game jam entry

MIT License

Stars
1
Committers
1

Unicast Network Simulator

This is my entry for the Ludum Dare 53 game jam, completed as an entry for the 48h category "The Compo".

Links

game on itch.io

ludum dare 53 entry

Run from source

Install dependencies:

python -m pip install pygame==2.1.3

Then run the main file:

cd src
python main.py

Pyinstaller build

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;.

Python

Built using Python 3.8+

License

MIT License