This is a PTSD framework template for students taking OOPL2024s.
-
Clone your repository
git clone https://github.com/NTUT-FUCK-PTSD/Fuck-PTSD.git --recursive
-
Build your project
Warning
Please build your project in Debug
because our Release
path is broken D:
cmake -DCMAKE_BUILD_TYPE=Debug -B build # -G Ninja
better read PTSD README
- Game 代表著遊戲機制,例如什麼時候當觸發時,遊戲就跳進下一關
- Settings 代表著一些非機制類型,例如角色的設定。