Skip to content

Commit 6efc9da

Browse files
committed
readme in English
1 parent 506322a commit 6efc9da

File tree

1 file changed

+23
-56
lines changed

1 file changed

+23
-56
lines changed

README.md

Lines changed: 23 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,37 @@
11
# GhostEscape
2-
利用SDL3、GLM开发一款生存类型的游戏
2+
**GhostEscape** is a cross-platform survival game developed in C++ with SDL3 and glm.
33

4-
([C++游戏开发之旅](https://pan.baidu.com/s/1xGGgZbhE6WuSPzlKuTmdMw?pwd=wd9g) 第二期)
5-
6-
## 项目简介
7-
此项目为教学演示用途,配套教程:[视频](https://www.bilibili.com/video/BV1jf9XYQEhW/)[文字](https://cppgamedev.top/courses/modular-ghost-escape)
8-
9-
>因网络时常不稳定,环境安装包及代码均可从[百度网盘](https://pan.baidu.com/s/16OuMaAqehGjzSoMS19zNcA?pwd=5brp)中下载。如果使用`Library.zip`,则只需要配置环境变量即可(代码版本可能落后于Github仓库)
10-
11-
提示:仓库中包含了所有课节的代码,你可以根据视频教程的进度查找对应的代码。<img src="https://theorhythm.top/gamedev/tags.png" style='width: 400px;' />
12-
<img src="https://theorhythm.top/gamedev/download.png" style='width: 800px;' />
13-
14-
或者使用Git更加方便地查看代码,参考此教程:[利用Git快速查看课节代码](https://www.bilibili.com/video/BV1H7KGerEAa/)
15-
16-
本项目为CC0 1.0许可,这意味着你可以随意使用此代码且无需署名,但如果你给出Github链接或者视频教程的链接,我会非常感激。
4+
## Control
5+
```
6+
W,A,S,D - to move;
7+
Mouse Left - to attack;
8+
Mouse Right - slow motion;
9+
F4 - toggle fullscreen;
10+
```
1711

18-
## 游戏截图
12+
## ScreenShot
1913
<img src="https://theorhythm.top/gamedev/GE/screen_ge_1.png" style='width: 600px;'/>
2014
<img src="https://theorhythm.top/gamedev/GE/screen_ge_2.png" style='width: 600px;'/>
2115
<img src="https://theorhythm.top/gamedev/GE/screen_ge_3.png" style='width: 600px;'/>
2216

23-
## 环境配置
24-
请根据你自己的平台(Linux、MacOS、Windows)参考各自的配置方法。
25-
<img src="https://theorhythm.top/gamedev/GE/de0aeb654956613ce73dfbe60156be34.png" />
26-
其中C++编译器、CMake、SDL、VS Code的安装方法及相关配置已经在上一期教程中说明,请参见 [Github仓库](https://github.com/WispSnow/SDLShooter) 或 视频演示([环境安装](https://www.bilibili.com/video/BV1KkCFY4EKH/)[VScode配置](https://www.bilibili.com/video/BV17bCBYSEAY)[CMake配置](https://www.bilibili.com/video/BV19CCHYNEvQ))。**但是要特别注意,SDL的版本需要是“SDL3”而非“SDL2”。** SDL2版本只适用于上一期教程。
27-
> 查看最新版本的SDL库:[SDL](https://github.com/libsdl-org/SDL/releases/)[SDL_image](https://github.com/libsdl-org/SDL_image/releases)[SDL_mixer](https://github.com/libsdl-org/SDL_mixer/releases)[SDL_ttf](https://github.com/libsdl-org/SDL_ttf/releases)
28-
29-
提示:目前SDL_mixer并未发布3.x版本,自己编译比较繁琐(方法参见[视频教程](https://www.bilibili.com/video/BV1J2RpYGEmj/)),建议直接使用我在[百度网盘](https://pan.baidu.com/s/16OuMaAqehGjzSoMS19zNcA?pwd=5brp)中整理好的第三方库文件
30-
31-
此处补充 GLM 安装方法(请确保其它组件成功安装后再安装GLM):
32-
### Ubuntu Linux
33-
1. 打开终端,输入:
34-
```bash
35-
sudo apt install libglm-dev
36-
```
37-
显示成功即完成配置。
38-
39-
### MacOS
40-
1. 确保你的电脑安装了homebrew,之后打开终端输入:
41-
```bash
42-
brew install glm
43-
```
44-
显示成功即完成配置。
45-
46-
### Windows
47-
1. 打开[GLM官方仓库](https://github.com/g-truc/glm)并下载源代码<img src="https://theorhythm.top/gamedev/GE/d028a691f02936d67ca2213fad65b347.png" style='width: 800px;' /> 解压后用VS Code打开源码文件夹,并按照提示执行CMake配置。配置完毕后执行“生成”<img src="https://theorhythm.top/gamedev/GE/fb8c05b89d0f7d56a36da101d346ee9f.png" style='width: 800px;' /> 等待生成结束后,打开左侧资源管理器中的build文件夹,点开“cmake_install.cmake”文件,修改其中的 `CMAKE_INSTALL_PREFIX` 参数为你想要安装的位置。我这里设为C盘的Library文件夹。保存文件后打开“命令”面板(ctrl+shift+p),执行“Cmake 安装” <img src="https://theorhythm.top/gamedev/GE/23eafac4b5dd65dc74b8f6f813c53cf2.png" style='width: 800px;' /><img src="https://theorhythm.top/gamedev/GE/4a47de83c5bc810406ea8f0083ff3880.png" style='width: 800px;' /> 成功后即可在目标地址看到glm文件夹<img src="https://theorhythm.top/gamedev/GE/6d4bc25ee118046ca687c9fadd750207.png" style='width: 800px;' />
48-
> 如果因为网络因素下载困难,也可以直接使用我下载/编译的库:[百度网盘](https://pan.baidu.com/s/16OuMaAqehGjzSoMS19zNcA?pwd=5brp),版本与教程相同
49-
50-
2. 设置环境变量,将上一步得到的`文件夹路径``文件夹路径\lib` 添加到Path变量中<img src="https://theorhythm.top/gamedev/GE/28cb49a9b87c96a009e0d7fb15a2b566.png" />
51-
至此完成配置。
52-
53-
## CMakeLists.txt 补充
54-
要添加GLM的支持,只需要在上期课程的代码中添加 `find_package(glm CONFIG REQUIRED)``glm::glm` 两行即可。<img src="https://theorhythm.top/gamedev/GE/7b847d543c9161b9191d6eafd7dfce53.png" style='width: 800px;' />
17+
## Third-party libraries
18+
* [SDL2](https://github.com/libsdl-org/SDL)
19+
* [SDL2_image](https://github.com/libsdl-org/SDL_image)
20+
* [SDL2_mixer](https://github.com/libsdl-org/SDL_mixer)
21+
* [SDL2_ttf](https://github.com/libsdl-org/SDL_ttf)
22+
* [glm](https://github.com/g-truc/glm)
5523

56-
## 素材包下载
57-
[百度网盘](https://pan.baidu.com/s/1kgTPgg40C1DRDA-B6UOzbA?pwd=5v8t)
24+
See [wiki](../../wiki) for detailed building guide (in Chinese).
5825

59-
## 致谢
60-
游戏素材来自于以下作者,感谢他们的贡献:
61-
- 精灵图
26+
## Credits
27+
- sprite
6228
- https://caz-creates-games.itch.io/ghost
6329
- https://master-blazter.itch.io/ghostspritepack
64-
- 特效
30+
- FX
6531
- https://bdragon1727.itch.io/750-effect-and-fx-pixel-all
6632
- https://pimen.itch.io/fire-spell
6733
- https://pimen.itch.io/thunder-spell-effect-02
68-
- 文字
34+
- font
6935
- https://www.fontspace.com/super-shiny-font-f126184
7036
- UI
7137
- https://kaboff.itch.io/160-cursors-crosshairs-pack-32x32
@@ -75,11 +41,12 @@ sudo apt install libglm-dev
7541
- https://markiro.itch.io/hud-asset-pack
7642
- https://candycorrin.itch.io/fantasy-element-ui-icons
7743
- https://kenney-assets.itch.io/cursor-pack
78-
- 音效
44+
- sound
7945
- https://kasse.itch.io/ui-buttons-sound-effects-pack
8046
- https://pixabay.com/sound-effects/big-thunder-clap-99753/
8147
- https://pixabay.com/sound-effects/080167-female-scream-02-89290/
82-
- 音乐
48+
- music
8349
- https://games-for-all-7.itch.io/spooky-music
8450
- https://poltergasm.itch.io/oh-my-ghost-music
8551

52+
- Sponsors: `sino`, `李同学`

0 commit comments

Comments
 (0)