{"id":29902741,"url":"https://github.com/downflux/go-game","last_synced_at":"2026-02-14T02:01:55.197Z","repository":{"id":44201858,"uuid":"273989171","full_name":"downflux/go-game","owner":"downflux","description":"Implementation of DownFlux, a collaborative RTS.","archived":false,"fork":false,"pushed_at":"2023-07-05T20:41:53.000Z","size":2098,"stargazers_count":6,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-02T15:18:20.397Z","etag":null,"topics":["bazel","game-development","grpc","rts","rts-engine","rts-game"],"latest_commit_sha":null,"homepage":"https://reddit.com/r/downflux","language":"Go","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/downflux.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}},"created_at":"2020-06-21T21:52:26.000Z","updated_at":"2025-04-28T13:03:43.000Z","dependencies_parsed_at":"2024-01-20T04:12:04.910Z","dependency_job_id":"4da96571-6ef8-4c2c-b584-d63317b3f9cb","html_url":"https://github.com/downflux/go-game","commit_stats":null,"previous_names":["downflux/pathing","minkezhang/rts-pathing","downflux/rts-pathing","cripplet/rts-pathing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/downflux/go-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downflux%2Fgo-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downflux%2Fgo-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downflux%2Fgo-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downflux%2Fgo-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/downflux","download_url":"https://codeload.github.com/downflux/go-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downflux%2Fgo-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29431593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T22:20:51.549Z","status":"online","status_checked_at":"2026-02-14T02:00:07.626Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bazel","game-development","grpc","rts","rts-engine","rts-game"],"created_at":"2025-08-01T16:12:22.527Z","updated_at":"2026-02-14T02:01:55.176Z","avatar_url":"https://github.com/downflux.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# game\nImplementation of DownFlux, a collaborative RTS.\n\n![Server CI](https://github.com/downflux/game/workflows/Server%20CI/badge.svg?branch=main)\n\n## Setup\n\n### Cloning Repo\n\n1. Set up `git`\n\n   ```bash\n   git config --global push.default current\n   ```\n\n1. Copy the SSH keys into `~/.ssh` and set permission to `600` for `id_rsa` and\n   `644` for `id_rsa.pub`.\n\n1. Add to SSH keychain\n\n   ```bash\n   ssh-add\n   ```\n\n1. Test SSH access to GitHub\n\n   ```bash\n   ssh -T git@github.com\n   ```\n\n1. Clone\n\n   ```bash\n   git clone git@github.com:downflux/game.git\n   ```\n\n1. Install LFS for the repo\n\n   ```bash\n   git lfs install\n   ```\n\n### Installing Bazel\n\nInstall Bazel via\n[official docs](https://docs.bazel.build/versions/master/install-ubuntu.html#install-on-ubuntu).\n\nCurrent verified Bazel version is `3.7.2`.\n\n```bash\nbazel test -c opt \\\n  --features race ... \\\n  --nocache_test_results \\\n  --runs_per_test=10\n```\n\n### CPU Profiler\n\n```bash\nsudo apt install graphviz gv\nbazel run -c opt \\\n  //server/grpc:main -- \\\n  --cpuprofile=${F}\ngo tool pprof -http=localhost:8888 ${F}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdownflux%2Fgo-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdownflux%2Fgo-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdownflux%2Fgo-game/lists"}