{"id":25745780,"url":"https://github.com/khui0/flaggle","last_synced_at":"2026-05-16T03:32:22.959Z","repository":{"id":242982808,"uuid":"811067473","full_name":"khui0/flaggle","owner":"khui0","description":"Flag guessing game inspired by Wordle","archived":false,"fork":false,"pushed_at":"2024-08-22T21:35:11.000Z","size":2622,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-23T22:34:29.814Z","etag":null,"topics":["countries","flaggle","flags","svelte","sveltekit","trivia","typescript","wordle"],"latest_commit_sha":null,"homepage":"http://kennyhui.dev/flaggle/","language":"Svelte","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/khui0.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-06-05T21:54:24.000Z","updated_at":"2024-08-23T22:34:29.815Z","dependencies_parsed_at":"2024-06-17T22:37:15.333Z","dependency_job_id":"971df2a7-4fee-4376-932e-b8beabedc31e","html_url":"https://github.com/khui0/flaggle","commit_stats":null,"previous_names":["khui0/flaggle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khui0%2Fflaggle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khui0%2Fflaggle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khui0%2Fflaggle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khui0%2Fflaggle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khui0","download_url":"https://codeload.github.com/khui0/flaggle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240840323,"owners_count":19866202,"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":["countries","flaggle","flags","svelte","sveltekit","trivia","typescript","wordle"],"created_at":"2025-02-26T11:19:28.984Z","updated_at":"2026-05-16T03:32:17.933Z","avatar_url":"https://github.com/khui0.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/khui0/flaggle/assets/101839505/74edb39b-2f66-4a2e-a203-722aeed80353\" height=128\u003e\n\n# Flaggle\n\n![GitHub package.json version](https://img.shields.io/github/package-json/v/khui0/flaggle?color=%23366aed)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/khui0/flaggle?color=%23366aed)\n![Website](https://img.shields.io/website?url=https%3A%2F%2Fflaggle.kennyhui.dev%2F\u0026color=%23366aed)\n\n### Play here: [flaggle.kennyhui.dev](https://flaggle.kennyhui.dev/)\n\nFlag guessing game inspired by Wordle. Includes 254 country flags!\n\n## How to play\n\nChoose between [Daily](#daily), [Classic](#classic), and [Lightning](#lightning)\n\n### Classic\n\nYour goal is to guess a random **target** flag. Start by picking a country. Once you guess, you'll be shown similarity between your guess and the target.\n\n\u003cimg width=\"783\" alt=\"image\" src=\"https://github.com/khui0/flaggle/assets/101839505/405f8fa9-84c1-404f-a02f-fadd559f5f00\"\u003e\n\nIn the example, I chose Seychelles. Now I know the target flag has a red horizontal stripe on top and with a white horizontal stripe in the middle with a star in the middle.\n\nBuild a streak by identifying flags and not giving up! **The streak counter will change colors at 10, 50, 100, 250, 500, 1000!**\n\n### Lightning\n\nYou're shown the target flag and you have six attempts to identify it. \n\n\u003cimg width=\"802\" alt=\"image\" src=\"https://github.com/khui0/flaggle/assets/101839505/78de92e6-e153-4d9d-9c00-1198ee2e64d0\"\u003e\n\n### Daily\n\nA new flag is given every day! Same gameplay as **Classic**. Identify the flag in as few attempts as possible and challenge your friends! You can't give up...\n\nStreaks in this mode are counted by the past consecutive days you were able to guess the target flag.\n\n### Tips\n\nYou can press tab to insert the first suggestion.\n\nYou can search for a country by its two letter ISO code which could be a lot faster than typing out its full name.\n\n## Stats\n\n\u003cimg width=\"36\" alt=\"image\" src=\"https://github.com/khui0/flaggle/assets/101839505/c090f0d0-5fa5-4bc6-b0fe-12360dbea5fc\"\u003e\n\nView your stats by clicking on the stats button.\n\n\u003cimg width=\"535\" alt=\"image\" src=\"https://github.com/user-attachments/assets/77ba1c74-bf89-452a-a13a-f559ae6f6bda\"\u003e\n\n## Sources\n\nFlag SVGs, country names, and ISO codes are obtained from [flagpedia.net](https://flagpedia.net/).\n\nImages are processed using [khui0/flaggle-flag-generator](https://github.com/khui0/flaggle-flag-generator)\n\n## Development\n\nThis app is built using SvelteKit.\n\nInstall dependencies\n\n```bash\nnpm i\n```\n\nStart local development server\n\n```bash\nnpm run dev\n```\n\nBuild project; files will be built to the `dist` directory\n\n```bash\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhui0%2Fflaggle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhui0%2Fflaggle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhui0%2Fflaggle/lists"}