为1MGames比赛制作的太空类游戏
https://visualgmq.github.io/projects/
VisualGMQ 831e767cf9 | ||
---|---|---|
assets | ||
include | ||
libs | ||
license | ||
snapshot | ||
src | ||
tests | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
HowToPlay.md | ||
ReadMe.md | ||
pack.sh |
ReadMe.md
SpaceSector
为1MGames游戏开发大赛制作的游戏。
编译方法
使用CMake 3.20及以上进行编译。
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
如果想要压缩文件至1M以下,你需要有strip
程序和upx
程序,并执行:
cmake --build build --target CompressExe
编译好后执行pack程序打包:
pack.sh
最终的结果在output
文件夹下。