{"id":21198474,"url":"https://github.com/icebreaker/flordle","last_synced_at":"2025-04-13T19:52:48.471Z","repository":{"id":136586140,"uuid":"462688016","full_name":"icebreaker/flordle","owner":"icebreaker","description":"A boot-able text-mode Wordle clone.","archived":false,"fork":false,"pushed_at":"2022-04-15T08:21:35.000Z","size":776,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T10:38:15.188Z","etag":null,"topics":["16bit","asm","bootable","bosch","dos","dosbox","msdos","operating-system","qemu","wordle","x86","x86-assembly"],"latest_commit_sha":null,"homepage":"https://mihail.co/flordle","language":"Assembly","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/icebreaker.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":"2022-02-23T10:33:03.000Z","updated_at":"2025-03-19T05:02:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d2fb9a3-66e5-4795-bad6-9e6d5978aea6","html_url":"https://github.com/icebreaker/flordle","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/icebreaker%2Fflordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icebreaker%2Fflordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icebreaker%2Fflordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icebreaker%2Fflordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icebreaker","download_url":"https://codeload.github.com/icebreaker/flordle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248773898,"owners_count":21159523,"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":["16bit","asm","bootable","bosch","dos","dosbox","msdos","operating-system","qemu","wordle","x86","x86-assembly"],"created_at":"2024-11-20T19:51:47.355Z","updated_at":"2025-04-13T19:52:48.444Z","avatar_url":"https://github.com/icebreaker.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flordle\n=======\n**Flordle** is a *boot-able* and *M$-DOS compatible* text-mode [Wordle][wordle] clone.\n\nIt has **1024** unique words built-in and fits in a paltry **8 kilo-bytes**.\n\nWho can refuse **1024 days** of joy and fun?\n\n![flordle](docs/flordle.gif)\n\nGetting Started\n---------------\n\nIf you want to try it out then the easiest and most convenient way is to click [here][play] and experience it straight within the confines of your very own browser.\n\nNow, if you are feeling more adventurous and want to give it an honest try on real hardware, then you got a few options waiting for you down below.\n\n### WARNING\n\nI am not responsible for any direct or indirect data loss or any other damages after performing any of the destructive operations presented below. Consider yourself **WARNED!**\n\n**BE SURE TO BACKUP THE CONTENTS OF YOUR MEDIUM OF CHOICE!**\n\n### Boot from USB Memory Stick / Floppy Disk\n\nIn order to try it out on relatively modern hardware that can boot from USB (including USB with floppy disk emulation) write `build/FLORDLE.IMG` to a USB memory stick.\n\nAlternatively, you can go the way the gods intended and use a Floppy Disk.\n\nOn Linux/macOS you can use the quintessential `dd` command from a terminal like so:\n\n```bash\n$ dd if=build/FLORDLE.IMG of=/dev/sdX\n```\n\nWhere `/dev/sdX` is your USB memory stick / floppy disk. For example `/dev/sdc`.\n\nOn Windows, a utility like [Raw Write 32][rawwrite32] can be used to achieve pretty much the same result.\n\n### Boot from CD\n\nIf the machine of your choice doesn't boot from USB, but it can boot from a CD with floppy disk emulation) then you can just burn `build/FLORDLE.ISO`.\n\nOn Linux you can use something like [Brasero][brasero].\n\nOn Windows the excellent [CDBurnerXP][cdburnerxp] will do the job just fine.\n\n### M$-DOS / Windows\n\nJust copy and run `build/FLORDLE.COM` on any machine running M$-DOS or Windows up to WinXP.\n\n### Build from Source\n\n* NASM (required)\n* QEMU (optional, needed for testing)\n* DOSBox (optional, needed for testing)\n\nIf you are one of those people who does not trust pre-compiled binaries and wishes to build things straight from source, well you are in luck, because it's terrible simple to do so and can be achieved by typing the following incantations in any terminal:\n\n```bash\n$ make\n$ make iso\n$ make com\n```\n\nIn order to try out the boot-able version type in the following recipe:\n\n```bash\n$ make qemu\n```\n\nTo try out the DOS version type in the following incantation:\n\n```bash\n$ make dosbox\n```\n\nContribute\n----------\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Do **not** bump the version number.\n* Create a pull request. Bonus points for topic branches.\n\nLicense\n-------\nCopyright (c) 2022, Mihail Szabolcs\n\n**Flordle** is provided **as-is** under the **MIT** license. For more information see LICENSE.\n\n[wordle]: https://www.nytimes.com/games/wordle/index.html\n[rawwrite32]: http://www.netbsd.org/~martin/rawrite32/\n[brasero]: http://wiki.gnome.org/Apps/Brasero\n[ cdburnerxp]: https://cdburnerxp.se/en/home\n[play]: https://mihail.co/flordle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficebreaker%2Fflordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficebreaker%2Fflordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficebreaker%2Fflordle/lists"}