Skip to content

onon1101/I-Love-PTSD

 
 

Repository files navigation

PTSD Template

This is a PTSD framework template for students taking OOPL2024s.

Quick Start

  1. Use this template to create a new repository github screenshot

  2. Clone your repository

    git clone https://github.com/NTUT-FUCK-PTSD/Fuck-PTSD.git --recursive
  3. 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

Structure

  • Game 代表著遊戲機制,例如什麼時候當觸發時,遊戲就跳進下一關
  • Settings 代表著一些非機制類型,例如角色的設定。

About

This is a repo about rewriting the game crypt of the necrodancer in OOP Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • ReScript 2.4%
  • CMake 1.9%
  • Other 0.5%