{"id":24201551,"url":"https://github.com/mstgnz/multi-wordle","last_synced_at":"2026-04-17T04:03:04.289Z","repository":{"id":215146966,"uuid":"738233015","full_name":"mstgnz/multi-wordle","owner":"mstgnz","description":"Wordle multiplayer with WebSocket in Go","archived":false,"fork":false,"pushed_at":"2024-12-31T22:10:32.000Z","size":1820,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T21:16:16.122Z","etag":null,"topics":["chat","docker","go","multiplayer","score","websocket","wordle"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mstgnz.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-01-02T18:40:19.000Z","updated_at":"2024-12-31T22:10:35.000Z","dependencies_parsed_at":"2024-01-11T22:55:23.965Z","dependency_job_id":"3b56c0ad-cfc2-446d-bdcb-c31b4f4e2e92","html_url":"https://github.com/mstgnz/multi-wordle","commit_stats":null,"previous_names":["mstgnz/multi-wordle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstgnz%2Fmulti-wordle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstgnz%2Fmulti-wordle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstgnz%2Fmulti-wordle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstgnz%2Fmulti-wordle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstgnz","download_url":"https://codeload.github.com/mstgnz/multi-wordle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241644969,"owners_count":19996276,"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":["chat","docker","go","multiplayer","score","websocket","wordle"],"created_at":"2025-01-13T21:16:20.676Z","updated_at":"2026-04-17T04:03:04.276Z","avatar_url":"https://github.com/mstgnz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi Wordle\n\nIt's the same Wordle game, the way of playing doesn't change.\n\n### Standard way of playing\n- Each guess must be a correct 5-letter word. Press enter to submit.\n- After each guess the colors of the boxes will change according to the closeness of your guess.\n\nThere is a two-player version with websocket and a scoring system. Each player takes turns guessing. The scoring system determines the winner.\n\n### Features\n- [x] There will be rooms for two people.\n- [x] Although the rooms are for two players, a single player game can be played with the “:start” command. No second person is assigned to the room as soon as it is started.\n- [x] At the beginning of the game, the number of words to be played with the language option and word lengths can be set.\n- [x] 10 points for knowing the word.\n- [x] 5 points for finding the correct letter in the word in the correct position.\n- [x] 3 points for finding the letter in the word but misplacing it.\n- [x] If a player finds the letter in the word and the location is wrong and the next player sees the letter and locates it correctly, then 2 points from 5-3.\n- [x] if there is no letter in the word, no penalty for the first use but -1 point for the second use.\n- [x] If a correctly placed letter is not used in the next guess, a penalty of -2 points is awarded.\n- [x] If a word is used that is not in the game language, -2 points penalty. The word list is embedded in the project.\n- [x] If the player whose turn it doesn't answer within the specified time, he/she is penalized -5 points and the turn passes to the next player.\n\n## Getting Started\n\nFollow the steps below to start the project locally or on a web server.\n\n### Prerequisites\n\n- Install the Go programming language locally.\n\n### Installation\n\n1. Clone this repository to a local directory:\n    ```bash\n    git clone https://github.com/mstgnz/multi-wordle\n    cd multi-wordle\n    ```\n\n2. Run project\n   ```bash\n   make run\n   ```\n   OR\n   ```bash\n    docker compose up -d\n    ```\n   OR\n    ```bash\n    docker build -t multi-wordle:latest . \u0026\u0026 docker run -d --restart=always -p 3000:3000 --name=multi-wordle multi-wordle\n    ```\n\n\n### Usage\nLaunch the application in your browser and join with a random username.\nClick anywhere on the game area to move your character in that direction.\nType a message in the text box at the bottom and press \"Enter\" to send a message.\n\n#### commands\n\n| command              | description                 |\n|----------------------|-----------------------------|\n| :start               | Start the Wordle Game       |\n| :reset               | Reset the Wordle Game       |\n| :wordle word         | Guess the Wordle            |\n| :change-name newName | Change Nick Name            |\n| :change-bg           | Change Random Background    |\n| :change-bg newUrl    | Change  Background with Url |\n\n### Contributing\nThis project is open-source, and contributions are welcome. Feel free to contribute or provide feedback of any kind.\n\n### License\nThis project is licensed under the Apache License. See the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstgnz%2Fmulti-wordle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstgnz%2Fmulti-wordle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstgnz%2Fmulti-wordle/lists"}