{"id":24881846,"url":"https://github.com/404name/c-game","last_synced_at":"2025-10-16T00:31:27.275Z","repository":{"id":45824740,"uuid":"228946898","full_name":"404name/C-game","owner":"404name","description":"2019下半年刚刚学C语言的时候自娱自乐写的一些有趣的程序软件。从走迷宫写起的一些有趣的项目。","archived":false,"fork":false,"pushed_at":"2021-01-07T07:10:51.000Z","size":117,"stargazers_count":36,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T16:38:39.737Z","etag":null,"topics":["c","cgame"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/404name.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-19T00:54:43.000Z","updated_at":"2025-03-16T17:54:30.000Z","dependencies_parsed_at":"2022-09-06T05:32:05.937Z","dependency_job_id":null,"html_url":"https://github.com/404name/C-game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/404name/C-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404name%2FC-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404name%2FC-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404name%2FC-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404name%2FC-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/404name","download_url":"https://codeload.github.com/404name/C-game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/404name%2FC-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279132501,"owners_count":26110578,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["c","cgame"],"created_at":"2025-02-01T12:13:52.005Z","updated_at":"2025-10-16T00:31:27.003Z","avatar_url":"https://github.com/404name.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-game\n##### 这里是2019大一上写的C程序集合\n\u003e- 这些都是当时没参考任何同类型游戏源码,从0开始自己思考实现的\n\u003e- 也为我还后面写更多类型程序打下了基础\n##### 传送门：[2020大一下C语言程序集合](https://github.com/404name/winter)\n\n# C语言小游戏\n## [2019.10-2019.12集合](https://github.com/404name/C-game)：\n\n五子棋、象棋、双人格斗、汉诺塔递归示例\n\n| 2020上半年项目         | 项目内容                                                     | 演示效果 |\n| ---------------------- | ------------------------------------------------------------ | -------- |\n|[9.20]走迷宫| 从此踏上了一条漫长的字符画肝游戏之路  | ![正在加载中 ](https://img-blog.csdnimg.cn/202012141124124.png#pic_center)         \n|[\\[10.07\\]五子棋](https://github.com/404name/C-game/blob/master/%E8%87%AA%E5%88%B6%E4%BA%94%E5%AD%90%E6%A3%8B.cpp) | 第一个模仿走迷宫按照自己思路完整写出来的程序  |     ![正在加载中 ](https://img-blog.csdnimg.cn/20201214110013601.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70)     |\n|[\\[10.21\\]中国象棋](https://github.com/404name/C-game/blob/master/%E8%87%AA%E5%88%B6%E8%B1%A1%E6%A3%8B.cpp) | 写完五子棋就想写点复杂的系统，这个也是暴力把所有规则写定然后还要判断  |     ![正在加载中 ](https://img-blog.csdnimg.cn/20201214110013565.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70)     |\n|[\\[10.24\\]中国象棋\u0026\u0026五子棋界面整合](https://github.com/404name/C-game/blob/master/%E4%B8%AD%E5%9B%BD%E8%B1%A1%E6%A3%8B\u0026\u0026%E4%BA%94%E5%AD%90%E6%A3%8B)  | 锻炼了一下图书管理系统，尝试做出第一个菜单界面，为后面的一些动态界面做出基础  |     ![正在加载中 ](https://img-blog.csdnimg.cn/2020121411113060.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70#pic_center)     |\n|[\\[11.05\\]汉诺塔演示程序](https://github.com/404name/C-game/blob/master/%E6%B1%89%E8%AF%BA%E5%A1%94%E6%BC%94%E7%A4%BA%E7%A8%8B%E5%BA%8F)  | 感觉是我大一上写的最智能的代码了。哈哈| ![正在加载](https://img-blog.csdnimg.cn/20210104190634618.gif)      |\n| [\\[11.10\\] 双人格斗小游戏](https://github.com/404name/C-game/blob/master/%E5%8F%8C%E4%BA%BA%E6%A0%BC%E6%96%97%E5%B0%8F%E6%B8%B8%E6%88%8F)   | 知乎学了了下多线程，了解了可以自动更新+人工更新  |![正在加载中 ](https://img-blog.csdnimg.cn/20201214110013537.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70)          |\n| [\\[11.15\\] OJ题：猪国杀](https://github.com/404name/C-game/blob/master/OJ%E9%A2%98%EF%BC%9A%E7%8C%AA%E5%9B%BD%E6%9D%80)  | 大一上挑战的最难模拟题，写了两三天，终于写出来了   [题目链接](https://www.luogu.com.cn/problem/P2482)   题目长到怀疑人身|     ![正在加载中 ](https://img-blog.csdnimg.cn/20201214111409747.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70#pic_center)\n|[\\[11.30\\]英雄联盟英雄查询系统plus](https://github.com/404name/C-game/blob/master/%E8%8B%B1%E9%9B%84%E8%81%94%E7%9B%9F%E8%8B%B1%E9%9B%84%E6%9F%A5%E8%AF%A2%E7%B3%BB%E7%BB%9Fplus) | 第一次手动爬官网信息，才导致了后面学习爬虫，现在想起来才知道python 和js的香   |     !![正在加载](https://img-blog.csdnimg.cn/2021010419045983.gif)![正在加载中 ](https://img-blog.csdnimg.cn/20201027203315466.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTU5MDg3Mg==,size_16,color_FFFFFF,t_70#pic_center#pic_center)\n\n \n\n这些都是从走迷宫写起的，后面内容就开始慢慢丰富。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404name%2Fc-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F404name%2Fc-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F404name%2Fc-game/lists"}