{"id":28322382,"url":"https://github.com/nxdir-s/idleengine","last_synced_at":"2025-07-17T22:33:20.527Z","repository":{"id":293880746,"uuid":"853632421","full_name":"nxdir-s/IdleEngine","owner":"nxdir-s","description":"Idle game engine written in Go","archived":false,"fork":false,"pushed_at":"2025-05-19T22:12:01.000Z","size":1856,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T20:49:56.221Z","etag":null,"topics":["game-engine","go","golang","idle-game","incremental-game"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nxdir-s.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,"zenodo":null}},"created_at":"2024-09-07T04:54:28.000Z","updated_at":"2025-06-11T03:47:42.000Z","dependencies_parsed_at":"2025-05-17T18:27:30.470Z","dependency_job_id":"9db0a776-82f4-4dae-a636-59634786c3fa","html_url":"https://github.com/nxdir-s/IdleEngine","commit_stats":null,"previous_names":["nxdir-s/idleengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nxdir-s/IdleEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxdir-s%2FIdleEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxdir-s%2FIdleEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxdir-s%2FIdleEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxdir-s%2FIdleEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nxdir-s","download_url":"https://codeload.github.com/nxdir-s/IdleEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxdir-s%2FIdleEngine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672332,"owners_count":23808842,"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":["game-engine","go","golang","idle-game","incremental-game"],"created_at":"2025-05-25T14:09:46.055Z","updated_at":"2025-07-17T22:33:20.509Z","avatar_url":"https://github.com/nxdir-s.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/nxdir-s/IdleEngine)](https://goreportcard.com/report/github.com/nxdir-s/IdleEngine)\n\n# IdleEngine\n\nIdleEngine is a game engine written in Go for idle/incremental type games. Players connect to the game server via websockets and have their actions processed at set intervals\n\n## Getting Started\n\n### Prerequisites\n\n- Go (version 1.24 or higher recommended)\n- Docker/Docker Compose\n\n### Running IdleEngine\n\n1. **Build Docker Images**:\n\n   ```bash\n   docker compose build\n   ```\n\n2. **Run Infrastructure**:\n\n   ```bash\n   docker compose up\n   ```\n\n### Connect to Game Server\n\nOnce the game server is up and running you can connect to it using the following\n\n```bash\ngo run cmd/client/main.go ws://127.0.0.1:80/ws\n```\n\nThe client defaults to 50 concurrent connections but can be configured by adding an additional argument with your desired count\n\n```bash\ngo run cmd/client/main.go ws://127.0.0.1:80/ws 100\n```\n\n### Kafka UI\n\nA Kafka UI for managing clusters can be accessed at the following address `http://127.0.0.1:80`\n\n\u003e #### [Project Structure Docs](https://github.com/nxdir-s/go-hexarch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxdir-s%2Fidleengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnxdir-s%2Fidleengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxdir-s%2Fidleengine/lists"}