{"id":20313151,"url":"https://github.com/cyberarm/rewrite-gameoverseer","last_synced_at":"2025-07-09T21:37:16.544Z","repository":{"id":22950594,"uuid":"26300157","full_name":"cyberarm/rewrite-gameoverseer","owner":"cyberarm","description":"A 'plugin' based game server written in Ruby","archived":false,"fork":false,"pushed_at":"2018-06-26T22:58:39.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T12:53:39.368Z","etag":null,"topics":["game-server","gameserver","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/cyberarm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-07T02:28:57.000Z","updated_at":"2018-06-26T22:58:32.000Z","dependencies_parsed_at":"2022-09-09T07:50:29.114Z","dependency_job_id":null,"html_url":"https://github.com/cyberarm/rewrite-gameoverseer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Frewrite-gameoverseer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Frewrite-gameoverseer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Frewrite-gameoverseer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberarm%2Frewrite-gameoverseer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberarm","download_url":"https://codeload.github.com/cyberarm/rewrite-gameoverseer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248443267,"owners_count":21104374,"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-server","gameserver","ruby"],"created_at":"2024-11-14T18:09:34.912Z","updated_at":"2025-04-11T16:52:23.438Z","avatar_url":"https://github.com/cyberarm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code Climate](https://codeclimate.com/github/cyberarm/rewrite-gameoverseer/badges/gpa.svg)](https://codeclimate.com/github/cyberarm/rewrite-gameoverseer)\n[![Inline docs](http://inch-ci.org/github/cyberarm/rewrite-gameoverseer.svg?branch=master)](http://inch-ci.org/github/cyberarm/rewrite-gameoverseer)\n[![Join the chat at https://gitter.im/gameoverseer/Lobby](https://badges.gitter.im/gameoverseer/Lobby.svg)](https://gitter.im/gameoverseer/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n# GameOverseer\n\nA game server, designed to be able to play host to up to 4 players in Planet Wars.\n\nThis repo is a complete rewrite of  [GameOverseer](https://github.com/cyberarm/gameoverseer).\n\n# Status\nIn development.\nAny examples given are subject to be outdated at anytime.\n\n# Install\n### Using bundler\nAdd this to your Gemfile\n``` ruby\ngem \"gameoverseer\"\n```\nand run to install.\n```\nbundle install\n```\n\n### Or using RubyGems\n```\ngem install gameoverseer\n```\n\n# Usage\n``` ruby\nrequire 'gameoverseer'\n\n# Write a service for your game\nclass GameWorld \u003c GameOverseer::Service\n  def setup\n    channel_manager.register_channel('game_world', self)\n  end\n\n  def process(data)\n    # Do stuff with the data hash.\n  end\n\n  def version\n    \"1.3.75\"\n  end\nend\n\nhost = \"localhost\"\nport = 56789\nGameOverseer.activate(host, port)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Frewrite-gameoverseer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberarm%2Frewrite-gameoverseer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberarm%2Frewrite-gameoverseer/lists"}