https://github.com/404name/c-game
2019下半年刚刚学C语言的时候自娱自乐写的一些有趣的程序软件。从走迷宫写起的一些有趣的项目。
https://github.com/404name/c-game
c cgame
Last synced: 8 months ago
JSON representation
2019下半年刚刚学C语言的时候自娱自乐写的一些有趣的程序软件。从走迷宫写起的一些有趣的项目。
- Host: GitHub
- URL: https://github.com/404name/c-game
- Owner: 404name
- Created: 2019-12-19T00:54:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T07:10:51.000Z (over 5 years ago)
- Last Synced: 2025-04-08T16:38:39.737Z (about 1 year ago)
- Topics: c, cgame
- Language: C++
- Homepage:
- Size: 114 KB
- Stars: 36
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-game
##### 这里是2019大一上写的C程序集合
>- 这些都是当时没参考任何同类型游戏源码,从0开始自己思考实现的
>- 也为我还后面写更多类型程序打下了基础
##### 传送门:[2020大一下C语言程序集合](https://github.com/404name/winter)
# C语言小游戏
## [2019.10-2019.12集合](https://github.com/404name/C-game):
五子棋、象棋、双人格斗、汉诺塔递归示例
| 2020上半年项目 | 项目内容 | 演示效果 |
| ---------------------- | ------------------------------------------------------------ | -------- |
|[9.20]走迷宫| 从此踏上了一条漫长的字符画肝游戏之路 | 
|[\[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) | 第一个模仿走迷宫按照自己思路完整写出来的程序 |  |
|[\[10.21\]中国象棋](https://github.com/404name/C-game/blob/master/%E8%87%AA%E5%88%B6%E8%B1%A1%E6%A3%8B.cpp) | 写完五子棋就想写点复杂的系统,这个也是暴力把所有规则写定然后还要判断 |  |
|[\[10.24\]中国象棋&&五子棋界面整合](https://github.com/404name/C-game/blob/master/%E4%B8%AD%E5%9B%BD%E8%B1%A1%E6%A3%8B&&%E4%BA%94%E5%AD%90%E6%A3%8B) | 锻炼了一下图书管理系统,尝试做出第一个菜单界面,为后面的一些动态界面做出基础 |  |
|[\[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) | 感觉是我大一上写的最智能的代码了。哈哈|  |
| [\[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) | 知乎学了了下多线程,了解了可以自动更新+人工更新 | |
| [\[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) 题目长到怀疑人身| 
|[\[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的香 | !
这些都是从走迷宫写起的,后面内容就开始慢慢丰富。