Marry 乒乓球游戏

基于 Godot 4.6 + C++ GDExtension 的双人乒乓球游戏。

项目结构

  • main/ — Godot 项目(场景、GDScript
  • src/ — C++ 源码(GDExtension
  • godot-cpp/ — Godot C++ 绑定库(git 子模块,4.5 分支)

构建 C++ 扩展

Windows 下运行 build-marry.bat,或使用 Visual Studio 打开 CMakeLists.txt 编译。 编译产物输出到 bin/marry.dll

克隆与初始化

git clone https://git.onxiou.cn/ProMax-Marry/Marry.git
cd Marry
git submodule update --init

运行

用 Godot 4.6 打开 main/project.godot 即可。

协作

两人协作开发前,请先阅读 CONTRIBUTING.md —— 里面有完整的 Git 日常流程、冲突处理和避坑规则。

S
描述
Godot 双人协作游戏项目
自述文档
1.9 MiB
语言
C++ 89.7%
CMake 7.7%
Batchfile 2.6%