{"id":28637328,"url":"https://github.com/abolkog/thinkdots","last_synced_at":"2026-01-20T16:26:55.137Z","repository":{"id":296952877,"uuid":"995087725","full_name":"abolkog/thinkdots","owner":"abolkog","description":"Guess the secret color sequence using logic and feedback. Can you crack the code?","archived":false,"fork":false,"pushed_at":"2025-06-16T23:51:10.000Z","size":3918,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T14:07:25.599Z","etag":null,"topics":["color-game","game","giiker","mastermind","mastermind-game","reactjs","vite"],"latest_commit_sha":null,"homepage":"https://abolkog.github.io/thinkdots/","language":"TypeScript","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/abolkog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2025-06-03T00:27:31.000Z","updated_at":"2025-06-16T23:51:12.000Z","dependencies_parsed_at":"2025-06-12T01:21:59.938Z","dependency_job_id":null,"html_url":"https://github.com/abolkog/thinkdots","commit_stats":null,"previous_names":["abolkog/thinkdots"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/abolkog/thinkdots","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abolkog%2Fthinkdots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abolkog%2Fthinkdots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abolkog%2Fthinkdots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abolkog%2Fthinkdots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abolkog","download_url":"https://codeload.github.com/abolkog/thinkdots/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abolkog%2Fthinkdots/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["color-game","game","giiker","mastermind","mastermind-game","reactjs","vite"],"created_at":"2025-06-12T18:10:30.278Z","updated_at":"2026-01-20T16:26:55.121Z","avatar_url":"https://github.com/abolkog.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThinkDots\n\n[![Build Status](https://github.com/abolkog/thinkdots/actions/workflows/release.yml/badge.svg)](https://github.com/abolkog/thinkdots/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE.md)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/abolkog/thinkdots/pulls)\n\nA simple, open-source color code-breaking game inspired by Mastermind and Giiker Super Decoder.\n\nGuess the secret color sequence using logic and feedback. Can you crack the code?\n\n[![Live Demo](https://img.shields.io/badge/Live%20Demo-Click%20Here-brightgreen?style=for-the-badge)](https://abolkog.github.io/thinkdots/)\n\n## Features\n\n- Interactive color palette and code-breaking gameplay\n- Feedback system: green for correct color \u0026 position, white for correct color wrong position, gray for absent color\n- Multiple difficulty levels\n- **Player statistics:** Track your total games, wins, losses, streaks, fastest solve, and more\n- **Achievements:** Unlock badges for special milestones and challenges\n- **Multiplayer Challenge:** Set your own secret code and invite a friend to try and break it.\n- Responsive, accessible UI\n\n## Tech Stack\n\n- React\n- Vite\n- Tailwind CSS\n- TypeScript\n- React Router\n- Howler.js (for sound)\n- Jest \u0026 React Testing Library (for tests)\n- GitHub Actions (CI/CD)\n\n## Screenshots\n\n![](./public/screenshots/main.png)\n![](./public/screenshots/game_play.jpg)\n![](./public/screenshots/challenge.png)\n\n## How to Play\n\n1. The game generates a secret color code.\n2. Click each dot to select your guess for each position.\n3. Submit your guess. You will receive feedback:\n   - **Green dot:** Correct color in the correct position\n   - **White dot:** Correct color, wrong position\n   - **Gray dot:** Color not in the code\n4. Use the feedback to refine your next guess.\n5. Win by guessing the exact sequence before you run out of attempts!\n\n### Feedback System\n\n- **Easy Mode:**  \n  After each guess, you receive feedback for every dot:\n\n  - 🟢 **Green:** Correct color in the correct position.\n  - ⚪ **White:** Correct color, wrong position.\n  - ⚫ **Gray:** Color not in the code.\n\n- **Pro Mode:**  \n  After each guess, you receive only a summary for the whole row:\n  - Example: “2 correct, 1 present” means two colors are correct and in the right position, and one color is correct but in the wrong position. You won’t know which dots are which.\n\n## Run it locally\n\n1. **Clone the Repo**\n\n```shell\n  git clone https://github.com/abolkog/thinkdots.git\n  cd thinkdots\n```\n\n2. **Set up Node version (if using `nvm`):**\n\n```shell\nnvm use\n```\n\n3. **Install the dependencies**\n\n```shell\nnpm i\n```\n\n4. **Start the dev server**\n\n```shell\nnpm run dev\n```\n\n5. **Open [http://localhost:3000](http://localhost:3000) on your browser**.\n\n## Contributing\n\nPull requests are welcome!  \nFor major changes, please [open an issue](https://github.com/abolkog/thinkdots/issues) first to discuss what you would like to change.\n\n- Please make sure to update tests as appropriate.\n- See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines\n\n## Authors\n\n- **Khalid Elshafie** - _Initial work_ - [abolkog](https://github.com/abolkog)\n\nSee also the list of [contributors](https://github.com/abolkog/thinkdots/contributors) who participated in this project.\n\n## Design Reference\n\nThe UI design of this project is based on [g1alexander's Tic Tac Toe](https://github.com/g1alexander/tic-tac-toe).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabolkog%2Fthinkdots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabolkog%2Fthinkdots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabolkog%2Fthinkdots/lists"}