diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0596df --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# HRD Game + +A Klotski game with both computing and analysis. + +这是一个带有计算和分析功能的华容道游戏 + +*by Dnomd343* + +## [下载最新版](https://github.com/dnomd343/HRD_Game/releases/download/v2.1/HRD_Game-v2.1.exe) + +# 界面预览 + +### 主窗口 +![Form_Game](images/Form_Game.png) + +### 选择经典布局 +![Form_Classic_Cases](images/Form_Classic_Cases.png) + +### 自定义布局 +![Form_Creator](images/Form_Creator.png) + +### 随机生成布局 +![Form_Rand_Case](images/Form_Rand_Case.png) + +### 收藏布局 +![Form_Favourite](images/Form_Favourite.png) + +### 添加收藏 +![Form_Favourite_Add](images/Form_Favourite_Add.png) + +### 最少步计算 +![Form_Solution](images/Form_Solution.png) + +### 详细解析 +![Form_Detail](images/Form_Detail.png) diff --git a/images/Form_Classic_Cases.png b/images/Form_Classic_Cases.png new file mode 100644 index 0000000..11af402 Binary files /dev/null and b/images/Form_Classic_Cases.png differ diff --git a/images/Form_Creator.png b/images/Form_Creator.png new file mode 100644 index 0000000..2769ccb Binary files /dev/null and b/images/Form_Creator.png differ diff --git a/images/Form_Detail.png b/images/Form_Detail.png new file mode 100644 index 0000000..09f99cd Binary files /dev/null and b/images/Form_Detail.png differ diff --git a/images/Form_Favourite.png b/images/Form_Favourite.png new file mode 100644 index 0000000..aafc1c3 Binary files /dev/null and b/images/Form_Favourite.png differ diff --git a/images/Form_Favourite_Add.png b/images/Form_Favourite_Add.png new file mode 100644 index 0000000..7da19cf Binary files /dev/null and b/images/Form_Favourite_Add.png differ diff --git a/images/Form_Game.png b/images/Form_Game.png new file mode 100644 index 0000000..dc8b69e Binary files /dev/null and b/images/Form_Game.png differ diff --git a/images/Form_Rand_Case.png b/images/Form_Rand_Case.png new file mode 100644 index 0000000..65f84bd Binary files /dev/null and b/images/Form_Rand_Case.png differ diff --git a/images/Form_Solution.png b/images/Form_Solution.png new file mode 100644 index 0000000..9754179 Binary files /dev/null and b/images/Form_Solution.png differ