A basic game framework of chess and cards Welcome to submit issues I will merge into the main branch regularly
You need to combine the cc_own with my attachment customize some configurations。 If you have any questions, please email me directly and I will reply you at any time
- scripts/libs/typestate/typestate.ts
- scripts\libs\utils\PositionExtension.ts
- scripts/libs/utils/StringExtension.ts
- GodGuide
- git submodule init
- git submodule update --remote --merge 直接在主仓库里抓取与合并子模块
- git rm -r --cached assets/
- git submodule add https://github.com/jackdevelop/cc_engin.git assets/cc_engin
submodule 远程分支发生变更后,直接使用 git submodule update 是不会进行更新操作的
- git submodule foreach git checkout master
- git submodule foreach git pull