Skip to content

rbaltrusch/unicast_network_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unicast Network Simulator

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

Gif of gameplay

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