{"id":24334655,"url":"https://github.com/yviscool/sudoku","last_synced_at":"2026-02-12T08:01:53.469Z","repository":{"id":271411868,"uuid":"913354097","full_name":"yviscool/Sudoku","owner":"yviscool","description":"一款经典的逻辑游戏，支持初级、中级、高级三种难度选择。提供动态效果、计时与步数统计、撤销与擦除功能","archived":false,"fork":false,"pushed_at":"2025-01-07T16:44:51.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T21:12:58.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sudoku-pied-kappa.vercel.app/","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/yviscool.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-07T14:22:18.000Z","updated_at":"2025-01-07T16:44:54.000Z","dependencies_parsed_at":"2025-01-08T22:03:35.289Z","dependency_job_id":null,"html_url":"https://github.com/yviscool/Sudoku","commit_stats":null,"previous_names":["yviscool/sudoku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yviscool/Sudoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yviscool%2FSudoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yviscool%2FSudoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yviscool%2FSudoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yviscool%2FSudoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yviscool","download_url":"https://codeload.github.com/yviscool/Sudoku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yviscool%2FSudoku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361810,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-18T04:17:37.338Z","updated_at":"2026-02-12T08:01:53.452Z","avatar_url":"https://github.com/yviscool.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 数独游戏 - Sudoku\n\n![GitHub](https://img.shields.io/badge/license-MIT-blue) ![GitHub stars](https://img.shields.io/github/stars/yviscool/Sudoku?style=social)\n\n**数独** 是一款经典的逻辑游戏，通过填写数字使每一行、每一列和每一个 3x3 宫格内的数字均不重复。本项目使用现代前端技术实现，支持多种难度选择和动态效果，提供流畅的游戏体验。\n\n🌐 **项目地址**: [https://github.com/yviscool/Sudoku](https://github.com/yviscool/Sudoku)\n\n---\n\n## 🎮 功能特点\n\n- **多种难度选择**：支持初级、中级、高级三种难度模式。\n- **动态效果**：数字填写流畅，带有高亮和冲突提示。\n- **计时与步数统计**：实时记录游戏时间和步数。\n- **胜利提示**：游戏完成后显示烟花效果和胜利弹窗。\n- **撤销与擦除功能**：支持撤销上一步操作和擦除当前格子的数字。\n- **响应式设计**：适配桌面和移动设备，随时随地畅玩。\n\n---\n\n## 🚀 使用方法\n\n### 在线体验\n直接访问 [Sudoku](https://your-sudoku-app.vercel.app/) 即可在线体验。\n\n### 本地运行\n1. 克隆项目到本地：\n   ```bash\n   git clone https://github.com/yviscool/Sudoku.git\n   ```\n2. 进入项目目录：\n   ```bash\n   cd Sudoku\n   ```\n3. 打开 `index.html` 文件即可运行。\n\n---\n\n## 🛠️ 技术栈\n\n- **HTML5**：页面结构与内容。\n- **CSS3**：样式与动画效果。\n- **JavaScript**：游戏逻辑与交互。\n- **SweetAlert2**：美化弹窗提示。\n- **tsParticles**：实现烟花效果。\n\n---\n\n## 📸 截图\n\n![游戏界面](screenshot.png)\n\n---\n\n## 📜 许可证\n\n本项目基于 **MIT 许可证** 开源。详情请参阅 [LICENSE](LICENSE) 文件。\n\n---\n\n## 🤝 贡献指南\n\n欢迎贡献代码！如果您有任何建议或发现问题，请提交 Issue 或 Pull Request。\n\n1. Fork 本项目。\n2. 创建新分支 (`git checkout -b feature/YourFeature`)。\n3. 提交更改 (`git commit -m 'Add some feature'`)。\n4. 推送分支 (`git push origin feature/YourFeature`)。\n5. 提交 Pull Request。\n\n---\n\n## 📧 联系\n\n如有任何问题，请联系：  \n📩 **Email**: [your-email@example.com](mailto:your-email@example.com)  \n🌐 **GitHub**: [yviscool](https://github.com/yviscool)\n\n---\n\n**Enjoy the game! 🎉**\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyviscool%2Fsudoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyviscool%2Fsudoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyviscool%2Fsudoku/lists"}