{"id":26182637,"url":"https://github.com/100mslive/thirdle","last_synced_at":"2025-07-14T04:39:18.208Z","repository":{"id":60360167,"uuid":"539342060","full_name":"100mslive/thirdle","owner":"100mslive","description":"A multiplayer wordle clone with Live video in Flutter","archived":false,"fork":false,"pushed_at":"2023-02-17T10:00:25.000Z","size":218,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T19:57:55.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://youtube.com/playlist?list=PLqHX7Ti3L8isxZWw_oE3V4P5n8BPnKQLe","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/100mslive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-09-21T06:36:50.000Z","updated_at":"2024-07-13T14:37:01.000Z","dependencies_parsed_at":"2025-04-14T23:15:45.826Z","dependency_job_id":"39cce91f-bcbb-4bdd-92ba-1fca26bdbe4b","html_url":"https://github.com/100mslive/thirdle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/100mslive/thirdle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2Fthirdle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2Fthirdle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2Fthirdle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2Fthirdle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/100mslive","download_url":"https://codeload.github.com/100mslive/thirdle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100mslive%2Fthirdle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265241122,"owners_count":23733184,"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":[],"created_at":"2025-03-11T22:23:34.776Z","updated_at":"2025-07-14T04:39:18.166Z","avatar_url":"https://github.com/100mslive.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thirdle\nA multiplayer wordle game that you can play with your friends while speaking to them over a video call.\n\nhttps://user-images.githubusercontent.com/62273306/219611332-f7e3a5b4-77e0-42b1-8d14-b4f9f3b41105.mp4\n\nHere's a video series on [\"How to build Thirdle\"](https://youtube.com/playlist?list=PLqHX7Ti3L8isxZWw_oE3V4P5n8BPnKQLe) step-by-step.\n\n## What is special?\n\nA video call while playing Wordle can’t be called a multiplayer game right? We wanted to share the players’ guess words on every new guess they make.\n\nWe did it seamlessly without needing a backend (Firebase, etc), but instead using \"Peer Metadata\" built into the 100ms SDK.\n\n\u003cimg src=\"https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=style=flat\u0026color=BC4E99\" alt=\"Star Badge\"/\u003e\n\nBuilt with 💙 using [Flutter](https://flutter.dev/) and [100ms SDK](https://www.100ms.live/).  \n\n## Trying it out\n\nClone the repo and build it with `flutter` commands.\n\nYou need 3 things to start playing Thirdle with your own 100ms account (or use the default values if you don't have one)\n1. Name - This will be your display name\n2. Room Id - Your 100ms room Identifier\n3. Subdomain - The subdomain from your 100ms token endpoint\n\n### Room Id\nGo to your 100ms Dashboard \u003e Rooms section, copy an existing room's `Room Id` or create a new room and copy its `Room Id`.\n\n### Subdomain\nGo to your 100ms Dashboard \u003e Developer section. Find your subdomain in token endpoint.\nIf your token endpoint is `https://prod-in2.100ms.live/hmsapi/example.app.100ms.live/`, then `example` is your subdomain.\n\n## Team\n\n\u003ctable\u003e\n  \u003ctr\u003e\n\u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/coder-with-a-bushido\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/62273306?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKarthikeyan S\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n\u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/adityathakurxd\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/53579386?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAditya Thakur\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100mslive%2Fthirdle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F100mslive%2Fthirdle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100mslive%2Fthirdle/lists"}