{"id":19297144,"url":"https://github.com/vaagenim/namesoundaliker","last_synced_at":"2026-01-28T04:42:10.021Z","repository":{"id":261566341,"uuid":"884152348","full_name":"VaagenIM/Namesoundaliker","owner":"VaagenIM","description":"Namesoundaliker - daily puzzle game, figure out who or what today's word sounds like","archived":false,"fork":false,"pushed_at":"2024-11-08T07:23:13.000Z","size":3517,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T05:35:59.635Z","etag":null,"topics":["assignment","docker","flask","game","learning-by-doing","wordle"],"latest_commit_sha":null,"homepage":"http://namesoundaliker.it3.iktim.no","language":"HTML","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/VaagenIM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"Kliiyu","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-11-06T08:39:32.000Z","updated_at":"2024-12-05T15:08:13.000Z","dependencies_parsed_at":"2024-11-07T08:39:02.921Z","dependency_job_id":"31fffa96-af06-4473-9961-fb25379adfbb","html_url":"https://github.com/VaagenIM/Namesoundaliker","commit_stats":null,"previous_names":["vaagenim/namesoundaliker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaagenIM%2FNamesoundaliker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaagenIM%2FNamesoundaliker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaagenIM%2FNamesoundaliker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VaagenIM%2FNamesoundaliker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VaagenIM","download_url":"https://codeload.github.com/VaagenIM/Namesoundaliker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248524811,"owners_count":21118615,"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":["assignment","docker","flask","game","learning-by-doing","wordle"],"created_at":"2024-11-09T23:01:12.261Z","updated_at":"2026-01-28T04:42:09.958Z","avatar_url":"https://github.com/VaagenIM.png","language":"HTML","funding_links":["https://ko-fi.com/Kliiyu"],"categories":[],"sub_categories":[],"readme":"# Namesoundaliker README\n\nWelcome to **Namesoundaliker**! Inspired by popular daily word and puzzle games like **Wordle** and **Bandle**, this project lets you try to figure out who or what something sounds like. This README provides instructions on how to set up and run the game locally using Docker.\n\n---\n\n## Table of Contents\n\n1. [Project Overview](#project-overview)\n2. [Requirements](#requirements)\n3. [Installation and Setup](#installation-and-setup)\n4. [Usage](#usage)\n5. [Adding More Days](#adding-more-days)\n6. [Contributing](#contributing)\n7. [License](#license)\n\n---\n\n## Project Overview\n\nThis game presents a fresh puzzle every day, automatically refreshed for daily play. Challenges are organized in a straightforward folder structure, allowing for easy extension and customization.\n\n## Requirements\n\n- **Docker**: Make sure Docker is installed on your system. If you don’t have Docker, you can [download it here](https://www.docker.com/get-started).\n\n## Installation and Setup\n\n### Step 1: Clone the Repository\n\nFirst, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/VaagenIM/Namesoundaliker.git\ncd gaming-Kliiyu\n```\n\n### Step 2: Run the Game with Docker Compose\n\nUse Docker Compose to build and run the game. This will set up the game environment and expose it on localhost:1738.\n\n```bash\ndocker compose up -d --build\n```\n\nAfter running the command, the game will be accessible at:\n```arduino\nhttp://localhost:1738\n```\n\u003e Note: The first time you run Docker Compose, it may take a few minutes to build the necessary Docker images.\n\n### Usage\nOnce the application is running, open your browser and navigate to http://localhost:1738. You’ll be greeted with the day’s puzzle, ready to play.\nEach day brings a new challenge, but you can also add additional puzzles (see [Adding More Days](#adding-more-days)).\n\n### Adding More Days\nTo add more daily challenges, follow these steps:\n\nNavigate to the private/days directory: Each puzzle day is stored as a separate folder in this directory.\n```arduino\nstatic/\n└── days/\n    ├── 1/\n    ├── 2/\n    └── 3/\n```\nCreate a new folder: Add a new folder inside static/days/. Name the folder according to the day number (e.g., 4).\n\nFollow the file structure: Ensure the new folder follows the same file structure as previous days. Copy the template from another day folder if necessary.\n\nRestart the game: After adding a new day, restart the Docker container to refresh the game content.\n\n```bash\ndocker compose up -d --build\n```\n\n### Contributing\nIf you’d like to contribute to the project by adding features, improving documentation, or submitting bug fixes, please fork the repository and open a pull request.\n\n### License\nThis project is licensed under the [MIT License](LICENSE).\n\nMade with ❤️ by Kliiyu and PrettyEpicCat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaagenim%2Fnamesoundaliker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaagenim%2Fnamesoundaliker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaagenim%2Fnamesoundaliker/lists"}