https://github.com/battlehawk00/myfirstgame
刀剑与魔法(暂定) A Unity Based Game
https://github.com/battlehawk00/myfirstgame
Last synced: about 1 month ago
JSON representation
刀剑与魔法(暂定) A Unity Based Game
- Host: GitHub
- URL: https://github.com/battlehawk00/myfirstgame
- Owner: BATTLEHAWK00
- Created: 2019-10-17T12:20:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T10:01:09.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T13:44:04.553Z (3 months ago)
- Language: C#
- Homepage: https://github.com/BATTLEHAWK00/MyFirstGame.git
- Size: 69.1 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 游戏名:刀剑与魔法(暂定)
## 开发环境
* Unity3D
* Visual Studio
## 规则设计
* [游戏规则](https://github.com/BATTLEHAWK00/MyFirstGame/blob/master/GameRules.md)
* [秘术卡](https://github.com/BATTLEHAWK00/MyFirstGame/blob/master/Cards.md)
* [天赋](https://github.com/BATTLEHAWK00/MyFirstGame/blob/master/Talents.md)
## 目录结构
* Assets 游戏文件
* Scripts 脚本
* Resources 资源文件
* Sounds 声音文件
* Prefabs 预制文件
* Units 单位预制
* Scenes 场景文件
* Texture 贴图文件
* Materials 材质文件
## 游戏架构
* 游戏框架
* UI框架 〇
* 音效系统 √
* 事件系统 √
* 资源管理系统 √
* 网络框架 √
* 游戏整体逻辑
* 回合系统 √
* 判定输赢
* 圣水系统 √
* 秘术卡系统
* 单位系统
* 攻击模块 √
* 技能模块
* Buff模块
* 天赋模块
* 召唤系统 √
* UI交互/逻辑 〇
* 坐标网格系统 〇
* 位置移动机制
* 区域划分
* 美工
* 模型
* 场景
* 卡牌
* UI