{"id":32520760,"url":"https://github.com/getkey/mario-kombat","last_synced_at":"2025-10-28T05:50:18.923Z","repository":{"id":31432202,"uuid":"34995767","full_name":"getkey/mario-kombat","owner":"getkey","description":"An online fighting game","archived":false,"fork":false,"pushed_at":"2015-05-17T16:57:27.000Z","size":152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T03:18:23.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getkey.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-03T18:15:06.000Z","updated_at":"2015-05-10T17:10:08.000Z","dependencies_parsed_at":"2022-09-05T18:12:55.243Z","dependency_job_id":null,"html_url":"https://github.com/getkey/mario-kombat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getkey/mario-kombat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getkey%2Fmario-kombat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getkey%2Fmario-kombat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getkey%2Fmario-kombat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getkey%2Fmario-kombat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getkey","download_url":"https://codeload.github.com/getkey/mario-kombat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getkey%2Fmario-kombat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281391766,"owners_count":26492903,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2025-10-28T05:50:16.247Z","updated_at":"2025-10-28T05:50:18.918Z","avatar_url":"https://github.com/getkey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mario Kombat : Le retour de Luigi\n\n## Dependancies\n* [protobuf3](http://pythonhosted.org/protobuf3/)\n* [Protocol Buffers compiler](https://developers.google.com/protocol-buffers/docs/downloads)\n* [bitstring](http://scott-griffiths.github.io/bitstring/)\n\n## Get started\n### Generate the protocol\nThis step is unneeded as I already did it for you. Am I not the nicest?\n```bash\n$ protoc --python3_out=protocol/ protocol/server_to_client.proto\n$ protoc --python3_out=protocol/ protocol/client_to_server.proto\n```\n\n### Work around a bug in protobuf3\nTODO: Fix upstream\nTODO: clean server/deserialize.py once bug is fixed\nIn `protobuf3/fields/message.py` edit:\n```python\ndef _validate(self, value):\n    return False   # Direct assignment is forbidden\n```\nto:\n```python\ndef _validate(self, value):\n    return True   # Direct assignment is forbidden\n```\n\n## Launch it\n### Server\n```bash\npython3 -m server\n```\n\n### Client\n```bash\n```\n\n## TODO:\nSwitch to Protocol Buffers 3 when it's released to get official support for Python 3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetkey%2Fmario-kombat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetkey%2Fmario-kombat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetkey%2Fmario-kombat/lists"}