{"id":15142222,"url":"https://github.com/rbaltrusch/unicast_network_sim","last_synced_at":"2026-01-15T23:02:12.448Z","repository":{"id":159490940,"uuid":"634195133","full_name":"rbaltrusch/unicast_network_sim","owner":"rbaltrusch","description":"Ludum Dare 53 game jam entry","archived":false,"fork":false,"pushed_at":"2024-05-26T09:16:19.000Z","size":33115,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T05:41:49.662Z","etag":null,"topics":["game","game-development","game-jam","gamedev","ludum-dare","ludum-dare-53","networking","puzzle","puzzle-game","pygame","python","simulation"],"latest_commit_sha":null,"homepage":"https://richardbaltrusch.itch.io/unicast-network-simulator","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbaltrusch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-29T10:54:32.000Z","updated_at":"2024-05-26T09:16:20.000Z","dependencies_parsed_at":"2024-02-03T18:30:45.318Z","dependency_job_id":"7d385e28-f99d-41e9-bdae-2e6d6af74971","html_url":"https://github.com/rbaltrusch/unicast_network_sim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbaltrusch/unicast_network_sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Funicast_network_sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Funicast_network_sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Funicast_network_sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Funicast_network_sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbaltrusch","download_url":"https://codeload.github.com/rbaltrusch/unicast_network_sim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbaltrusch%2Funicast_network_sim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28473974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:27:41.514Z","status":"ssl_error","status_checked_at":"2026-01-15T21:54:47.910Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game","game-development","game-jam","gamedev","ludum-dare","ludum-dare-53","networking","puzzle","puzzle-game","pygame","python","simulation"],"created_at":"2024-09-26T09:24:47.531Z","updated_at":"2026-01-15T23:02:12.431Z","avatar_url":"https://github.com/rbaltrusch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unicast Network Simulator\n\nThis is my entry for the Ludum Dare 53 game jam, completed as an entry for the 48h category \"The Compo\".\n\n![Gif of gameplay](src/media/gameplay.gif)\n\n## Links\n\n[game on itch.io](https://richardbaltrusch.itch.io/unicast-network-simulator)\n\n[ludum dare 53 entry](https://ldjam.com/events/ludum-dare/53/$361412)\n\n## Run from source\n\nInstall dependencies:\n\n```\npython -m pip install pygame==2.1.3\n```\n\nThen run the main file:\n\n```\ncd src\npython main.py\n```\n\n## Pyinstaller build\n\nInstall pygame and pyinstaller:\n\n```\npython -m pip install pygame==2.1.3\npython -m pip install pyinstaller==5.10.1\n```\n\nRun pyinstaller (v) command:\n```\npyinstaller -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;.\n```\n\n## Python\n\nBuilt using Python 3.8+\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Funicast_network_sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbaltrusch%2Funicast_network_sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbaltrusch%2Funicast_network_sim/lists"}