{"id":16477939,"url":"https://github.com/mausworks/fizzbuzz-in-dart","last_synced_at":"2026-05-14T00:32:56.926Z","repository":{"id":133522177,"uuid":"281756629","full_name":"mausworks/fizzbuzz-in-dart","owner":"mausworks","description":"Learning dart basics through fizz buzz","archived":false,"fork":false,"pushed_at":"2020-08-04T23:34:37.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T06:09:46.227Z","etag":null,"topics":["fizzbuzz","game","meme"],"latest_commit_sha":null,"homepage":"","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/mausworks.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}},"created_at":"2020-07-22T18:42:18.000Z","updated_at":"2020-08-04T23:34:39.000Z","dependencies_parsed_at":"2023-07-10T00:32:55.824Z","dependency_job_id":null,"html_url":"https://github.com/mausworks/fizzbuzz-in-dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mausworks%2Ffizzbuzz-in-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mausworks%2Ffizzbuzz-in-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mausworks%2Ffizzbuzz-in-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mausworks%2Ffizzbuzz-in-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mausworks","download_url":"https://codeload.github.com/mausworks/fizzbuzz-in-dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241145387,"owners_count":19917445,"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":["fizzbuzz","game","meme"],"created_at":"2024-10-11T12:47:23.407Z","updated_at":"2026-05-14T00:32:51.896Z","avatar_url":"https://github.com/mausworks.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fizz buzz in Dart\n\n\u003e [From Wikipedia](https://en.wikipedia.org/wiki/Fizz_buzz): Fizz buzz is a group word game for children to teach them about division. Players take turns to count incrementally,\n\u003e replacing any number divisible by three with the word \"fizz\", and any number divisible by five with the word \"buzz\".\n\nIt is also a popular drinking game, but Wikipedia mentions this only by links in the references.\n\nTurn 1 to 15 in Fizz buzz would play out as follows:\n\n```\n1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, FizzBuzz\n```\n\nThis is of course a trivial programming problem, but one with interesting properties and multiple approaches.\n\nThis project contains a small interactive game (`src/game.dart`), different types of algorithms (`src/fizzbuzz.dart`) and some benchmarking code for said algorithms (`src/perf.dart`).\n\nThis project also contains property based tests (`src/test.dart`).\nThese tests cover the full specification of fizz buzz\u0026mdash; _because why not_.\n\nOh\u0026mdash; and if you ever wanted to print the table of results to an arbitrarily long fizz buzz game, then you can do that too (check out `src/table.dart`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmausworks%2Ffizzbuzz-in-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmausworks%2Ffizzbuzz-in-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmausworks%2Ffizzbuzz-in-dart/lists"}