{"id":13337135,"url":"https://github.com/luluworlds/luluworlds","last_synced_at":"2026-01-17T11:17:53.344Z","repository":{"id":248111979,"uuid":"827724529","full_name":"luluworlds/luluworlds","owner":"luluworlds","description":"teeworlds 0.7 client written in lua","archived":false,"fork":false,"pushed_at":"2026-01-13T13:24:41.000Z","size":80,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-13T14:36:02.469Z","etag":null,"topics":["ddnet","ddnet-client","teeworlds","teeworlds-client","teeworlds-protocol"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luluworlds.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}},"created_at":"2024-07-12T08:38:17.000Z","updated_at":"2026-01-13T13:24:45.000Z","dependencies_parsed_at":"2024-07-24T10:29:39.887Z","dependency_job_id":null,"html_url":"https://github.com/luluworlds/luluworlds","commit_stats":null,"previous_names":["chillerdragon/luaworlds","luluworlds/luluworlds"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/luluworlds/luluworlds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luluworlds%2Fluluworlds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luluworlds%2Fluluworlds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luluworlds%2Fluluworlds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luluworlds%2Fluluworlds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luluworlds","download_url":"https://codeload.github.com/luluworlds/luluworlds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luluworlds%2Fluluworlds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ddnet","ddnet-client","teeworlds","teeworlds-client","teeworlds-protocol"],"created_at":"2024-07-29T19:11:13.496Z","updated_at":"2026-01-17T11:17:48.330Z","avatar_url":"https://github.com/luluworlds.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# luluworlds\n\nA teeworlds 0.7 client written in lua.\n\n```\nsudo apt-get install luarocks\nluarocks install luluworlds-scm-0.rockspec\n```\n\n```\nlua client.lua \"connect localhost:8303\"\n```\n\n## Example usage\n\n```lua\nlocal signal = require(\"posix.signal\")\n\nlocal client = require(\"luluworlds.teeworlds_client\")\nlocal connection = require(\"luluworlds.connection\")\nlocal network = require(\"luluworlds.network\")\n\nclient:connect(\"127.0.0.1\", 8303)\n\nlocal function on_shutdown()\n\tio.write(\"Quitting. Sending disconnect ...\\n\")\n\txpcall(\n\t\tfunction ()\n\t\t\tclient.socket:send(connection.build_packet(client, {string.char(network.CTRL_CLOSE)}, true))\n\t\tend,\n\t\tfunction (err)\n\t\t\tprint(\"failed to disconnect: \", err)\n\t\tend\n\t)\nend\n\nsignal.signal(signal.SIGINT, function(signum)\n\ton_shutdown()\n\tos.exit(128 + signum)\nend)\n\nwhile true do\n\tlocal data = client.socket:receive()\n\tif data ~= nil then\n\t\tclient:on_data(data)\n\tend\nend\n```\n\n## Tests\n\n```\nlua spec/*.lua\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluluworlds%2Fluluworlds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluluworlds%2Fluluworlds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluluworlds%2Fluluworlds/lists"}