{"id":37151270,"url":"https://github.com/abhigyank/distributed-game-framework","last_synced_at":"2026-01-14T17:52:15.263Z","repository":{"id":76023801,"uuid":"269069810","full_name":"abhigyank/Distributed-Game-Framework","owner":"abhigyank","description":" Distributing computation of different game elements in separate machines - demo on a Pong game","archived":false,"fork":false,"pushed_at":"2020-09-13T10:13:28.000Z","size":35,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T16:58:06.888Z","etag":null,"topics":["distributed-framework","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhigyank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-06-03T11:27:52.000Z","updated_at":"2020-09-13T10:13:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"046435c7-93f3-42e1-add6-a56ee8ca5201","html_url":"https://github.com/abhigyank/Distributed-Game-Framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abhigyank/Distributed-Game-Framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhigyank%2FDistributed-Game-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhigyank%2FDistributed-Game-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhigyank%2FDistributed-Game-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhigyank%2FDistributed-Game-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhigyank","download_url":"https://codeload.github.com/abhigyank/Distributed-Game-Framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhigyank%2FDistributed-Game-Framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28428963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["distributed-framework","golang"],"created_at":"2026-01-14T17:52:14.760Z","updated_at":"2026-01-14T17:52:15.248Z","avatar_url":"https://github.com/abhigyank.png","language":"Go","readme":"# Distributed-Game-Framework\n\nDistributing computation of different game elements in separate machines to remove computation load from the game rendering machine. \nAll game element computations are done in the server in a distributed manner. Client machines connect to server to begin game, and then communicate with \nKafka servers to get game element informations.\n\n\u003cimg src=\"https://img.shields.io/badge/Go-v1.14-blue\"\u003e\n\n# Getting started\n\nDistributed-Game-Framework requires Go \u003e= 1.14 and a running Kafka  \u003e= 2.12 server.\n\n## Install Go Dependencies - \n\n* `go get -v -d -x github.com/veandco/go-sdl2/{sdl,img,mix,ttf}` \u003cbr\u003e\n* `go get -v -d -x github.com/segmentio/kafka-go`\n\n## Running for developemnt -\n\n1. Start kafka server prefereable on port `9092`.\n2. Start server - `go run server.go --kafkaAddress localhost:9092`\n3. In a new terminal start first client - `go run client.go --clientAddress 127.0.0.1:5000`\n4. In another new terminal start second client - `go run client.go --clientAddress 127.0.0.1:5001`\n5. Game starts once bootstrap is completed (5-7 seconds).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhigyank%2Fdistributed-game-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhigyank%2Fdistributed-game-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhigyank%2Fdistributed-game-framework/lists"}