wooseokyourself / shmup

OpenGL based game
MIT License
0 stars 0 forks source link

assn2 - Make all visual objects to inherit Object class and make a scene graph for gameplay object #28

Closed wooseokyourself closed 3 years ago

wooseokyourself commented 3 years ago
  1. GameWorld 클래스 만들기 (wall 포함)
  2. 플레이어 체력 및 스테이지 등을 알리는 UI 클래스 만들기
  3. ObjectNode 클래스 만들기 (씬그래프를 위함)
  4. GamePlay 클래스에서 모든 객체들을 씬그래프로 만들기