# C_Project **Repository Path**: wyc2211/c_-project ## Basic Information - **Project Name**: C_Project - **Description**: C语言集合,里面有一些练手的小游戏,包括五子棋,贪吃蛇等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-17 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C_project All code is written in CLion 2023.2.2 and runs in GBK encoding. If you use UTF-8, it may result in garbled text. 所有代码均在 CLion 2023.2.2 中编写,用 GBK 编码运行,如用 UTF-8 会出现乱码等情况。 --- ## Projects / 项目列表 This repository contains several small C language projects. 本仓库包含多个 C 语言小程序项目。 ### 1. Bank / 银行系统 A simple command-line banking simulation system. 一个简单的命令行模拟银行系统。 - **Features / 功能:** - User registration and login / 用户注册和登录 - Deposit and withdraw money / 存款与取款 - Check account balance / 查询余额 - View transaction history / 查看历史记录 - Developer mode to adjust interest rates / 开发者模式调整利率 ### 2. HuliTuzi / 狐狸追兔子 A simple one-dimensional chase game on the command line. 一个简单的命令行一维追逐游戏。 - **Features / 功能:** - Player vs. AI mode / 人机对战模式 - Player vs. Player mode / 双人对战模式 ### 3. Jisuanqi / 计算器 A command-line calculator. (Note: `main.c` is empty, logic might be in other files). 一个命令行计算器。(注意: `main.c` 为空,逻辑可能在其他文件中)。 ### 4. tanchishe / 贪吃蛇 The classic Snake game implemented in the Windows console. 在 Windows 控制台下实现的经典贪吃蛇游戏。 - **Features / 功能:** - Single-player mode / 单人模式 - Two-player mode / 双人模式 - Custom mode with walls / 带墙的自定义模式 - Saves high scores / 保存最高分 ### 5. tongxunlu / 通讯录 A command-line contact management system. 一个命令行的通讯录管理程序。 - **Features / 功能:** - Add, delete, find, and modify contacts / 增、删、改、查联系人 - Uses a linked list to store data / 使用链表存储数据 ### 6. Wuzi / 五子棋 (命令行版) A command-line version of the Gomoku (Five-in-a-Row) game. 一个命令行的五子棋游戏。 - Single-player mode / 单人模式(AI 对战) - Two-player mode / 双人模式 - **Features / 功能:** - Player vs. AI mode / 人机对战模式 - Player vs. Player mode / 双人对战模式 - The AI uses a scoring algorithm to determine moves / AI 通过评分算法决定落子 ### 7. Wuzi_ui / 五子棋 (UI 版) A graphical version of the Gomoku game using the Nuklear GUI library. 一个使用 Nuklear GUI 库实现的图形化五子棋游戏。 - **Features / 功能:** - Same game logic as the command-line version / 与命令行版本相同的游戏逻辑 - Graphical user interface / 图形用户界面 ### 8. Xiuxian / 修仙模拟器 A text-based role-playing (RPG) adventure game. 一个文字类的角色扮演(RPG)冒险游戏。(已弃坑,简陋的文字游戏) - **Features / 功能:** - Character creation with different attributes / 可创建不同属性的角色 - Explore a world map and special dungeons / 可探索世界地图和特殊副本 - Turn-based combat system / 回合制战斗系统 - Leveling up, inventory, and skill systems / 包含升级、物品和功法系统