{"id":20671532,"url":"https://github.com/hopson97/multi-pong","last_synced_at":"2025-04-19T18:39:57.267Z","repository":{"id":145668844,"uuid":"211531943","full_name":"Hopson97/multi-pong","owner":"Hopson97","description":"Multiplayer pong using UDP sockets and a client/server model.","archived":false,"fork":false,"pushed_at":"2023-01-20T20:13:34.000Z","size":42,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T11:51:40.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/Hopson97.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":"2019-09-28T16:47:41.000Z","updated_at":"2024-04-17T09:45:53.000Z","dependencies_parsed_at":"2023-04-07T23:35:57.088Z","dependency_job_id":null,"html_url":"https://github.com/Hopson97/multi-pong","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2Fmulti-pong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2Fmulti-pong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2Fmulti-pong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hopson97%2Fmulti-pong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hopson97","download_url":"https://codeload.github.com/Hopson97/multi-pong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249766695,"owners_count":21322640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-16T20:27:53.013Z","updated_at":"2025-04-19T18:39:57.261Z","avatar_url":"https://github.com/Hopson97.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multi-pong\n\nWIP Multiplayer pong using SFML and UDP.\n\n## Log\n\n### 02/10/19\n\nGot 4 players able to run around a map, with the \"ball\" also there. All positions are calculated on the server and then broadcasted to the clients.\n\n![Players](https://i.imgur.com/i1iTugw.gif)\n\nLater on, made it so it was like an actual game of pong:\n\n![Basic Pong](https://i.imgur.com/0LUS5bS.gif)\n\n## Building and Running\n\n### Libraries\n\nSFML is required.\n\nThese can be installed from your project manager. For example, on Debian/ Ubuntu:\n\n```sh\nsudo apt install libsfml-dev\n```\n\nIf this is not possible (eg windows), you can install these manually from their respective websites:\n\nhttps://www.sfml-dev.org/download.php\n\n### Linux\n\nTo build, at the root of the project:\n\n```sh\nsh scripts/build.sh\n```\n\nTo run, at the root of the project:\n\n```sh\nsh scripts/run.sh server\nsh scripts/run.sh client\n```\n\nTo build and run in release mode, simply add the `release` suffix:\n\n```sh\nsh scripts/build.sh release\nsh scripts/run.sh release [client or server here]\n```\n\nYou can also create a deployable build (that can be sent) by doing:\n\n```sh\nsh scripts/deploy.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fmulti-pong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhopson97%2Fmulti-pong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhopson97%2Fmulti-pong/lists"}