Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Realself-Ma authored Jun 24, 2020
1 parent dedc8e3 commit 78bc4b0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# [:horse:[Qt] 迷宫与地牢游戏](https://github.com/Realself-Ma/Maze-Dungeon)
> 涉及迷宫随机生成、自动寻路、布局管理器、动态效果、界面切换、音频播放。将迷宫、魔塔、超级玛丽等游戏元素结合到一起。
>
| Part Ⅰ | Part Ⅱ | Part Ⅲ | Part Ⅳ | Part Ⅴ | Part Ⅵ |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [项目目的](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E9%A1%B9%E7%9B%AE%E7%9B%AE%E7%9A%84.md) | [整体结构](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E6%95%B4%E4%BD%93%E7%BB%93%E6%9E%84.md) | [核心实现](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E6%A0%B8%E5%BF%83%E5%AE%9E%E7%8E%B0.md) | [遇到的困难](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E9%81%87%E5%88%B0%E7%9A%84%E5%9B%B0%E9%9A%BE.md) | [打包发布](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E6%89%93%E5%8C%85%E5%8F%91%E5%B8%83.md) | [版本历史](https://github.com/Realself-Ma/Maze-Dungeon/blob/master/%E7%89%88%E6%9C%AC%E5%8E%86%E5%8F%B2.md) |

## 开发环境

- 操作系统:Win 10
- 工具:QT 5.6

## 发布工具

- 动态链接库生成:QT自带小工具 windeployqt.exe
- 单个exe文件生成:Enigma Virtual Box

## 其它

- [视频介绍](https://www.bilibili.com/video/av70867935/)

0 comments on commit 78bc4b0

Please sign in to comment.